NASA World Wind

gov.nasa.worldwind.cache
Interface MemoryCacheSet

All Known Implementing Classes:
BasicMemoryCacheSet

public interface MemoryCacheSet


Method Summary
 MemoryCache addCache(java.lang.String key, MemoryCache cache)
           
 void clear()
           
 boolean containsCache(java.lang.String key)
           
 MemoryCache getCache(java.lang.String cacheKey)
           
 java.util.Collection<PerformanceStatistic> getPerformanceStatistics()
           
 

Method Detail

addCache

MemoryCache addCache(java.lang.String key,
                     MemoryCache cache)

clear

void clear()

containsCache

boolean containsCache(java.lang.String key)

getCache

MemoryCache getCache(java.lang.String cacheKey)

getPerformanceStatistics

java.util.Collection<PerformanceStatistic> getPerformanceStatistics()

NASA World Wind