Uses of Class
gov.nasa.worldwind.cache.BasicMemoryCache.CacheEntry
-
Packages that use BasicMemoryCache.CacheEntry Package Description gov.nasa.worldwind.cache -
-
Uses of BasicMemoryCache.CacheEntry in gov.nasa.worldwind.cache
Fields in gov.nasa.worldwind.cache with type parameters of type BasicMemoryCache.CacheEntry Modifier and Type Field Description protected java.util.concurrent.ConcurrentHashMap<java.lang.Object,BasicMemoryCache.CacheEntry>BasicMemoryCache. entriesMethods in gov.nasa.worldwind.cache with parameters of type BasicMemoryCache.CacheEntry Modifier and Type Method Description intBasicMemoryCache.CacheEntry. compareTo(BasicMemoryCache.CacheEntry that)protected voidBasicMemoryCache. removeEntry(BasicMemoryCache.CacheEntry entry)Removesentryfrom the cache.
-