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