public class BasicMemoryCacheSet extends java.lang.Object implements MemoryCacheSet
| Constructor and Description |
|---|
BasicMemoryCacheSet() |
| Modifier and Type | Method and Description |
|---|---|
MemoryCache |
addCache(java.lang.String key,
MemoryCache cache) |
void |
clear() |
boolean |
containsCache(java.lang.String key) |
java.util.Map<java.lang.String,MemoryCache> |
getAllCaches() |
MemoryCache |
getCache(java.lang.String cacheKey) |
java.util.Collection<PerformanceStatistic> |
getPerformanceStatistics() |
public MemoryCache addCache(java.lang.String key, MemoryCache cache)
addCache in interface MemoryCacheSetpublic void clear()
clear in interface MemoryCacheSetpublic boolean containsCache(java.lang.String key)
containsCache in interface MemoryCacheSetpublic java.util.Map<java.lang.String,MemoryCache> getAllCaches()
getAllCaches in interface MemoryCacheSetpublic MemoryCache getCache(java.lang.String cacheKey)
getCache in interface MemoryCacheSetpublic java.util.Collection<PerformanceStatistic> getPerformanceStatistics()
getPerformanceStatistics in interface MemoryCacheSet