Interface MultimapCacheManager<K,V>
-
- All Known Implementing Classes:
RemoteMultimapCacheManager
public interface MultimapCacheManager<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteMultimapCache<K,V>
get(java.lang.String name)
Retrieves a named multimap cache from the system.
-
-
-
Method Detail
-
get
RemoteMultimapCache<K,V> get(java.lang.String name)
Retrieves a named multimap cache from the system.- Parameters:
name
- , name of multimap cache to retrieve- Returns:
- null if no configuration exists as per rules set above, otherwise returns a multimap cache instance identified by cacheName
-
-