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.cacheFields in gov.nasa.worldwind.cache declared as TimedExpirySupport Modifier and Type Field Description protected TimedExpirySupportShapeDataCache.ShapeDataCacheEntry. timerDetermines whether the cache entry has expired.Methods in gov.nasa.worldwind.cache that return TimedExpirySupport Modifier and Type Method Description TimedExpirySupportShapeDataCache.ShapeDataCacheEntry. getTimer()Returns this entry's expiration timer.Methods in gov.nasa.worldwind.cache with parameters of type TimedExpirySupport Modifier and Type Method Description voidShapeDataCache.ShapeDataCacheEntry. setTimer(TimedExpirySupport timer)Specifies this entry's expiration timer.
 
-