Uses of Interface
de.xima.fc.common.store.versioned.IResourceStoreManager.IResourceStoreBase
-
Packages that use IResourceStoreManager.IResourceStoreBase Package Description de.xima.fc.common.store.versioned -
-
Uses of IResourceStoreManager.IResourceStoreBase in de.xima.fc.common.store.versioned
Subinterfaces of IResourceStoreManager.IResourceStoreBase in de.xima.fc.common.store.versioned Modifier and Type Interface Description static interfaceIResourceStoreManager.IResourceStore<Key,Value>Manages values associated with a certain type of key.static interfaceIResourceStoreManager.IResourceStoreWithLoader<Key,Value>Same asIResourceStoreManager.IResourceStore, but with a bound loader that does not need to be specified each time when requesting a value for a key.
-