public interface MultimapCacheManager<K,V>
| Modifier and Type | Method and Description |
|---|---|
Configuration |
defineConfiguration(java.lang.String name,
Configuration configuration)
Defines a named multimap cache's configuration by using the provided configuration
If this cache was already configured either declaritively or programmatically this method will throw a
CacheConfigurationException. |
MultimapCache<K,V> |
get(java.lang.String name)
Retrieves a named multimap cache from the system.
|
Configuration defineConfiguration(java.lang.String name, Configuration configuration)
CacheConfigurationException.
Currenly, the MultimapCache with the given name "foo" can be also accessed as a regular cache named "foo".name - name of multimap cache whose configuration is being definedconfiguration - configuration overrides to useMultimapCache<K,V> get(java.lang.String name)
name, - name of multimap cache to retrieve