public interface MultimapCacheManager<K,V>
| Modifier and Type | Method and Description |
|---|---|
Configuration |
defineConfiguration(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(String name)
Retrieves a named multimap cache from the system.
|
Configuration defineConfiguration(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(String name)
name, - name of multimap cache to retrieveCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.