public interface ILateralCacheService extends ICacheService
| Modifier and Type | Method and Description |
|---|---|
java.util.Set |
getGroupKeys(java.lang.String cacheName,
java.lang.String groupName) |
java.util.Map |
getMatching(java.lang.String cacheName,
java.lang.String pattern)
Gets multiple items from the cache matching the pattern.
|
void |
remove(java.lang.String cacheName,
java.io.Serializable key,
long requesterId)
Removes the given key from the specified cache.
|
void |
removeAll(java.lang.String cacheName,
long requesterId)
Remove all keys from the sepcified cache.
|
void |
update(ICacheElement item,
long requesterId)
Puts a cache item to the cache.
|
dispose, get, getMultiple, release, remove, removeAll, updatevoid update(ICacheElement item, long requesterId) throws java.io.IOException
item - requesterId - java.io.IOExceptionvoid remove(java.lang.String cacheName,
java.io.Serializable key,
long requesterId)
throws java.io.IOException
cacheName - key - requesterId - java.io.IOExceptionvoid removeAll(java.lang.String cacheName,
long requesterId)
throws java.io.IOException
cacheName - requesterId - java.io.IOExceptionjava.util.Set getGroupKeys(java.lang.String cacheName,
java.lang.String groupName)
cacheName - groupName - java.util.Map getMatching(java.lang.String cacheName,
java.lang.String pattern)
throws java.io.IOException
getMatching in interface ICacheServicecacheName - pattern - java.io.IOExceptionCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.