Package org.wso2.carbon.caching.impl
Interface DistributedMapProvider
-
public interface DistributedMapProviderExternal distributed Map provider. For example, an implementation could provide a Hazelcast Map
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <K,V>
Map<K,V>getMap(String mapName, MapEntryListener entryListener)voidremoveMap(String mapName)
-
-
-
Method Detail
-
getMap
<K,V> Map<K,V> getMap(String mapName, MapEntryListener entryListener)
-
removeMap
void removeMap(String mapName)
-
-