gov.nasa.worldwind.cache
Class BasicMemoryCacheSet
java.lang.Object
gov.nasa.worldwind.cache.BasicMemoryCacheSet
- All Implemented Interfaces:
- MemoryCacheSet
public class BasicMemoryCacheSet
- extends Object
- implements MemoryCacheSet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicMemoryCacheSet
public BasicMemoryCacheSet()
addCache
public MemoryCache addCache(String key,
MemoryCache cache)
- Specified by:
addCache
in interface MemoryCacheSet
clear
public void clear()
- Specified by:
clear
in interface MemoryCacheSet
containsCache
public boolean containsCache(String key)
- Specified by:
containsCache
in interface MemoryCacheSet
getCache
public MemoryCache getCache(String cacheKey)
- Specified by:
getCache
in interface MemoryCacheSet
getPerformanceStatistics
public Collection<PerformanceStatistic> getPerformanceStatistics()
- Specified by:
getPerformanceStatistics
in interface MemoryCacheSet