Uses of Interface
de.xima.fc.common.store.versioned.IResourceStoreManager.IVersionedResourceStore
Packages that use IResourceStoreManager.IVersionedResourceStore
-
Uses of IResourceStoreManager.IVersionedResourceStore in de.xima.fc.common.store.versioned
Methods in de.xima.fc.common.store.versioned that return IResourceStoreManager.IVersionedResourceStoreModifier and TypeMethodDescription<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.