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