NASA World Wind

gov.nasa.worldwind.cache
Interface MemoryCacheSet

All Known Implementing Classes:
BasicMemoryCacheSet

public interface MemoryCacheSet


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

Method Detail

addCache

MemoryCache addCache(String key,
                     MemoryCache cache)

clear

void clear()

containsCache

boolean containsCache(String key)

getCache

MemoryCache getCache(String cacheKey)

getPerformanceStatistics

Collection<PerformanceStatistic> getPerformanceStatistics()

NASA World Wind