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