NASA World Wind

gov.nasa.worldwind.cache
Class BasicMemoryCacheSet

java.lang.Object
  extended by gov.nasa.worldwind.cache.BasicMemoryCacheSet
All Implemented Interfaces:
MemoryCacheSet

public class BasicMemoryCacheSet
extends Object
implements MemoryCacheSet


Constructor Summary
BasicMemoryCacheSet()
           
 
Method Summary
 MemoryCache addCache(String key, MemoryCache cache)
           
 void clear()
           
 boolean containsCache(String key)
           
 MemoryCache getCache(String cacheKey)
           
 Collection<PerformanceStatistic> getPerformanceStatistics()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicMemoryCacheSet

public BasicMemoryCacheSet()
Method Detail

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

NASA World Wind