Uses of Class
gov.nasa.worldwind.util.TimedExpirySupport
-
Packages that use TimedExpirySupport Package Description gov.nasa.worldwind.cache -
-
Uses of TimedExpirySupport in gov.nasa.worldwind.cache
Fields in gov.nasa.worldwind.cache declared as TimedExpirySupport Modifier and Type Field Description protected TimedExpirySupport
ShapeDataCache.ShapeDataCacheEntry. timer
Determines whether the cache entry has expired.Methods in gov.nasa.worldwind.cache that return TimedExpirySupport Modifier and Type Method Description TimedExpirySupport
ShapeDataCache.ShapeDataCacheEntry. getTimer()
Returns this entry's expiration timer.Methods in gov.nasa.worldwind.cache with parameters of type TimedExpirySupport Modifier and Type Method Description void
ShapeDataCache.ShapeDataCacheEntry. setTimer(TimedExpirySupport timer)
Specifies this entry's expiration timer.
-