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