NASA World Wind

Uses of Interface
gov.nasa.worldwind.cache.MemoryCache

Packages that use MemoryCache
gov.nasa.worldwind   
gov.nasa.worldwind.cache   
gov.nasa.worldwind.data   
gov.nasa.worldwind.layers   
gov.nasa.worldwind.render.airspaces   
gov.nasa.worldwind.terrain   
 

Uses of MemoryCache in gov.nasa.worldwind
 

Methods in gov.nasa.worldwind that return MemoryCache
static MemoryCache WorldWind.getMemoryCache(String key)
           
 

Uses of MemoryCache in gov.nasa.worldwind.cache
 

Classes in gov.nasa.worldwind.cache that implement MemoryCache
 class BasicMemoryCache
           
 

Methods in gov.nasa.worldwind.cache that return MemoryCache
 MemoryCache MemoryCacheSet.addCache(String key, MemoryCache cache)
           
 MemoryCache BasicMemoryCacheSet.addCache(String key, MemoryCache cache)
           
 MemoryCache MemoryCacheSet.getCache(String cacheKey)
           
 MemoryCache BasicMemoryCacheSet.getCache(String cacheKey)
           
 

Methods in gov.nasa.worldwind.cache that return types with arguments of type MemoryCache
 Map<String,MemoryCache> MemoryCacheSet.getAllCaches()
           
 Map<String,MemoryCache> BasicMemoryCacheSet.getAllCaches()
           
 

Methods in gov.nasa.worldwind.cache with parameters of type MemoryCache
 MemoryCache MemoryCacheSet.addCache(String key, MemoryCache cache)
           
 MemoryCache BasicMemoryCacheSet.addCache(String key, MemoryCache cache)
           
 

Uses of MemoryCache in gov.nasa.worldwind.data
 

Methods in gov.nasa.worldwind.data that return MemoryCache
protected static MemoryCache TiledRasterProducer.createDefaultCache()
           
protected  MemoryCache TiledRasterProducer.getCache()
           
 MemoryCache ReadableDataRaster.getCache()
           
 

Constructors in gov.nasa.worldwind.data with parameters of type MemoryCache
ReadableDataRaster(DataSource source, DataRasterReader reader, MemoryCache cache)
           
TiledElevationProducer(MemoryCache cache, int writeThreadPoolSize)
           
TiledImageProducer(MemoryCache cache, int writeThreadPoolSize)
           
TiledRasterProducer(MemoryCache cache, int writeThreadPoolSize)
           
 

Uses of MemoryCache in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers that return MemoryCache
static MemoryCache TextureTile.getMemoryCache()
           
 

Uses of MemoryCache in gov.nasa.worldwind.render.airspaces
 

Methods in gov.nasa.worldwind.render.airspaces that return MemoryCache
protected  MemoryCache AbstractAirspace.getGeometryCache()
           
 

Uses of MemoryCache in gov.nasa.worldwind.terrain
 

Methods in gov.nasa.worldwind.terrain that return MemoryCache
protected  MemoryCache BasicElevationModel.createMemoryCache(String cacheName)
           
protected  MemoryCache BasicElevationModel.getMemoryCache()
           
 


NASA World Wind