public interface AuxiliaryCache extends ICache
CACHE_HUB, DISK_CACHE, LATERAL_CACHE, REMOTE_CACHE
Modifier and Type | Method and Description |
---|---|
AuxiliaryCacheAttributes |
getAuxiliaryCacheAttributes()
This returns the generic attributes for an auxiliary cache.
|
java.util.Set |
getGroupKeys(java.lang.String group)
Gets the set of keys of objects currently in the group
|
IStats |
getStatistics() |
void |
setCacheEventLogger(ICacheEventLogger cacheEventLogger)
Every Auxiliary must allow for the use of an event logger.
|
void |
setElementSerializer(IElementSerializer elementSerializer)
Allows you to inject a custom serializer.
|
dispose, get, getCacheName, getMatching, getMultiple, getSize, getStats, getStatus, remove, removeAll, setKeyMatcher, update
getCacheType
java.util.Set getGroupKeys(java.lang.String group) throws java.io.IOException
group
- java.io.IOException
IStats getStatistics()
AuxiliaryCacheAttributes getAuxiliaryCacheAttributes()
void setElementSerializer(IElementSerializer elementSerializer)
elementSerializer
- void setCacheEventLogger(ICacheEventLogger cacheEventLogger)
cacheEventLogger
- Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.