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 MemoryCacheSet
public void clear()
clear
in interface MemoryCacheSet
public boolean containsCache(java.lang.String key)
containsCache
in interface MemoryCacheSet
public java.util.Map<java.lang.String,MemoryCache> getAllCaches()
getAllCaches
in interface MemoryCacheSet
public MemoryCache getCache(java.lang.String cacheKey)
getCache
in interface MemoryCacheSet
public java.util.Collection<PerformanceStatistic> getPerformanceStatistics()
getPerformanceStatistics
in interface MemoryCacheSet