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 interface
IResourceStoreManager.IVersionedResourceStore<Key,Value>
Manages values associated with a certain type of key.static interface
IResourceStoreManager.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 interface
IResourceStoreManager.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 interface
IResourceStoreManager.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 interface
IResourceStoreManager.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 interface
IResourceStoreManager.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.
-