public class MultiCacheManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLEAR_ALL |
protected static java.util.Map |
instances |
Constructor and Description |
---|
MultiCacheManager(Communicator comm) |
Modifier and Type | Method and Description |
---|---|
void |
addCache(MultiCache cache) |
void |
close() |
boolean |
containsCache(java.lang.String type) |
static MultiCacheManager |
getManager(java.lang.String channelProperties) |
void |
receiveNotification(CacheNotification notification) |
void |
sendClear(java.lang.String type,
java.io.Serializable key) |
static void |
shutDown() |
protected static java.util.Map instances
public static final java.lang.String CLEAR_ALL
public MultiCacheManager(Communicator comm)
public static MultiCacheManager getManager(java.lang.String channelProperties)
public static void shutDown()
public void close()
public void addCache(MultiCache cache)
public boolean containsCache(java.lang.String type)
public void sendClear(java.lang.String type, java.io.Serializable key)
public void receiveNotification(CacheNotification notification)