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