Interface MultimapCacheManager<K,V>
- All Known Implementing Classes:
RemoteMultimapCacheManager
-
Method Summary
Modifier and TypeMethodDescriptiondefault RemoteMultimapCache
<K, V> Retrieves a named multimap cache from the system.Retrieves a named multimap cache from the system.
-
Method Details
-
get
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 and doesn't support duplicates
-
get
Retrieves a named multimap cache from the system.- Parameters:
name
- , name of multimap cache to retrievesupportsDuplicates
- , boolean check for identifying whether it supports duplicates or not.- Returns:
- null if no configuration exists as per rules set above, otherwise returns a multimap cache instance identified by cacheName
-