Uses of Interface
de.xima.fc.common.store.versioned.IResourceStoreManager.IVersionedResourceStore
-
Packages that use IResourceStoreManager.IVersionedResourceStore Package Description de.xima.fc.common.store.versioned -
-
Uses of IResourceStoreManager.IVersionedResourceStore in de.xima.fc.common.store.versioned
Methods in de.xima.fc.common.store.versioned that return IResourceStoreManager.IVersionedResourceStore Modifier and Type Method Description <Key,Value>
IResourceStoreManager.IVersionedResourceStore<Key,Value>IResourceStoreManager. versionedStoreFor(Class<Key> keyType, Class<Value> valueType)
Gets a versioned store for the given key and value types, which can be used to associate a value with a particular key and version.default <Key,Value>
IResourceStoreManager.IVersionedResourceStore<Key,Value>IResourceStoreManager. versionedStoreFor(Key key, Class<Value> valueType)
Gets a versioned store for the given key and value types, which can be used to associate a value with a particular key and version.
-