| |
|
| java.lang.Object org.xcache.CacheClient
CacheClient | final class CacheClient implements Cache(Code) | | |
addListener | public void addListener(CacheListener listener)(Code) | | |
clear | public void clear()(Code) | | |
containsValue | public boolean containsValue(Object value)(Code) | | |
evict | public void evict()(Code) | | |
getCacheEntry | public CacheEntry getCacheEntry(Object key)(Code) | | |
getCacheStatistics | public CacheStatistics getCacheStatistics()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
load | public void load(Object key) throws CacheException(Code) | | |
removeListener | public void removeListener(CacheListener listener)(Code) | | |
|
|
|