Defines a named multimap cache's configuration by using the provided configuration
If this cache was already configured, either declaratively or programmatically, this method will throw a
CacheConfigurationException.
Defines a named multimap cache's configuration by using the provided configuration
If this cache was already configured, either declaratively or programmatically, this method will throw a
CacheConfigurationException.
Currently, the MultimapCache with the given name "foo" can be also accessed as a regular cache named "foo".
Parameters:
name - name of multimap cache whose configuration is being defined
null if no configuration exists as per rules set above, otherwise returns a multimap cache instance
identified by cacheName and doesn't support duplicates