Uses of Interface
de.xima.fc.common.store.versioned.IResourceStoreManager.IVersionedResourceStoreWithVersionExtractorBase
-
Packages that use IResourceStoreManager.IVersionedResourceStoreWithVersionExtractorBase Package Description de.xima.fc.common.store.versioned -
-
Uses of IResourceStoreManager.IVersionedResourceStoreWithVersionExtractorBase in de.xima.fc.common.store.versioned
Subinterfaces of IResourceStoreManager.IVersionedResourceStoreWithVersionExtractorBase in de.xima.fc.common.store.versioned Modifier and Type Interface Description 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.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.
-