public class ZombieLateralCacheService extends ZombieCacheService implements ILateralCacheService
Constructor and Description |
---|
ZombieLateralCacheService() |
Modifier and Type | Method and Description |
---|---|
java.util.Set |
getGroupKeys(java.lang.String cacheName,
java.lang.String groupName)
Balks
|
java.util.Map |
getMatching(java.lang.String cacheName,
java.lang.String pattern)
The service does not get via this method, so this return empty.
|
void |
remove(java.lang.String cacheName,
java.io.Serializable key,
long listenerId)
Balks
|
void |
removeAll(java.lang.String cacheName,
long listenerId)
Balks
|
void |
update(ICacheElement item,
long listenerId)
Balks
|
dispose, get, get, getMultiple, put, release, remove, removeAll, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dispose, get, getMultiple, release, remove, removeAll, update
public void update(ICacheElement item, long listenerId)
update
in interface ILateralCacheService
item
- listenerId
- public void remove(java.lang.String cacheName, java.io.Serializable key, long listenerId)
remove
in interface ILateralCacheService
cacheName
- key
- listenerId
- public void removeAll(java.lang.String cacheName, long listenerId)
removeAll
in interface ILateralCacheService
cacheName
- listenerId
- public java.util.Set getGroupKeys(java.lang.String cacheName, java.lang.String groupName)
getGroupKeys
in interface ILateralCacheService
cacheName
- groupName
- public java.util.Map getMatching(java.lang.String cacheName, java.lang.String pattern)
getMatching
in interface ILateralCacheService
getMatching
in interface ICacheService
getMatching
in class ZombieCacheService
cacheName
- pattern
- Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.