Class ProfileContainerStoreProvider

java.lang.Object
org.mvplugins.multiverse.inventories.profile.container.ProfileContainerStoreProvider

@Service public class ProfileContainerStoreProvider extends Object
A provider for ProfileContainerStore instances based on ContainerType.
  • Method Details

    • getStore

      public ProfileContainerStore getStore(ContainerType type)
      Gets the store for a given container type.
      Parameters:
      type - the container type
      Returns:
      the store
    • clearCache

      public void clearCache()