Package gov.nasa.worldwind.cache
Class BasicMemoryCacheSet
- java.lang.Object
-
- gov.nasa.worldwind.cache.BasicMemoryCacheSet
-
- All Implemented Interfaces:
MemoryCacheSet
public class BasicMemoryCacheSet extends java.lang.Object implements MemoryCacheSet
-
-
Constructor Summary
Constructors Constructor Description BasicMemoryCacheSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MemoryCacheaddCache(java.lang.String key, MemoryCache cache)voidclear()booleancontainsCache(java.lang.String key)java.util.Map<java.lang.String,MemoryCache>getAllCaches()MemoryCachegetCache(java.lang.String cacheKey)java.util.Collection<PerformanceStatistic>getPerformanceStatistics()
-
-
-
Method Detail
-
containsCache
public boolean containsCache(java.lang.String key)
- Specified by:
containsCachein interfaceMemoryCacheSet
-
getCache
public MemoryCache getCache(java.lang.String cacheKey)
- Specified by:
getCachein interfaceMemoryCacheSet
-
getAllCaches
public java.util.Map<java.lang.String,MemoryCache> getAllCaches()
- Specified by:
getAllCachesin interfaceMemoryCacheSet
-
addCache
public MemoryCache addCache(java.lang.String key, MemoryCache cache)
- Specified by:
addCachein interfaceMemoryCacheSet
-
clear
public void clear()
- Specified by:
clearin interfaceMemoryCacheSet
-
getPerformanceStatistics
public java.util.Collection<PerformanceStatistic> getPerformanceStatistics()
- Specified by:
getPerformanceStatisticsin interfaceMemoryCacheSet
-
-