NASA World Wind

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

Packages that use MemoryCache
gov.nasa.worldwind   
gov.nasa.worldwind.cache   
 

Uses of MemoryCache in gov.nasa.worldwind
 

Methods in gov.nasa.worldwind that return MemoryCache
static MemoryCache WorldWind.getMemoryCache(java.lang.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(java.lang.String key, MemoryCache cache)
           
 MemoryCache BasicMemoryCacheSet.addCache(java.lang.String key, MemoryCache cache)
           
 MemoryCache MemoryCacheSet.getCache(java.lang.String cacheKey)
           
 MemoryCache BasicMemoryCacheSet.getCache(java.lang.String cacheKey)
           
 

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


NASA World Wind