Package de.xima.fc.common.store.versioned
-
Interface Summary Interface Description IResourceStoreManager A resource store manager.IResourceStoreManager.IResourceStore<Key,Value> Manages values associated with a certain type of key.IResourceStoreManager.IResourceStoreBase<Key,Value> Manages values associated with a certain type of key.IResourceStoreManager.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.IResourceStoreManager.IVersionedResourceStore<Key,Value> Manages values associated with a certain type of key.IResourceStoreManager.IVersionedResourceStoreBase<Key,Value> Manages values associated with a certain type of key.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.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.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.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.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. -
Class Summary Class Description ResourceStoreManagers Factory for creatingresource store managers
.