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