Uses of Interface
gov.nasa.worldwind.cache.SessionCache
- 
Packages that use SessionCache Package Description gov.nasa.worldwind gov.nasa.worldwind.cache gov.nasa.worldwind.terrain gov.nasa.worldwind.util 
- 
- 
Uses of SessionCache in gov.nasa.worldwindMethods in gov.nasa.worldwind that return SessionCache Modifier and Type Method Description static SessionCacheWorldWind. getSessionCache()
- 
Uses of SessionCache in gov.nasa.worldwind.cacheClasses in gov.nasa.worldwind.cache that implement SessionCache Modifier and Type Class Description classBasicSessionCacheBasicSessionCache is a general receiving area for data represented as key-value pairs.
- 
Uses of SessionCache in gov.nasa.worldwind.terrainFields in gov.nasa.worldwind.terrain declared as SessionCache Modifier and Type Field Description protected SessionCacheRectangularTessellator. topLevelTilesCache
- 
Uses of SessionCache in gov.nasa.worldwind.utilFields in gov.nasa.worldwind.util declared as SessionCache Modifier and Type Field Description protected SessionCacheSessionCacheRetrievalPostProcessor. cacheMethods in gov.nasa.worldwind.util that return SessionCache Modifier and Type Method Description SessionCacheSessionCacheRetrievalPostProcessor. getCache()Returns the session cache that receives the retrieved data.Methods in gov.nasa.worldwind.util with parameters of type SessionCache Modifier and Type Method Description static WMSCapabilitiesSessionCacheUtils. getOrRetrieveSessionCapabilities(java.net.URL url, SessionCache cache, java.lang.Object cacheKey, AbsentResourceList absentResourceList, long resourceID, java.beans.PropertyChangeListener propertyListener, java.lang.String propertyName)Checks a session cache for a specified key, and if present attempts to interpret the cache entry as aWMSCapabilitiesdocument.static WMSCapabilitiesSessionCacheUtils. getSessionCapabilities(SessionCache cache, java.lang.Object cacheKey, java.lang.String name)Checks a session cache for a specified key, and if present attempts to interpret the cache entry as aWMSCapabilitiesdocument.static voidSessionCacheUtils. retrieveSessionData(java.net.URL url, SessionCache cache, java.lang.Object cacheKey, AbsentResourceList absentResourceList, long resourceID, java.beans.PropertyChangeListener propertyListener, java.lang.String propertyName)Retrieves the contents of a specifiedURL.Constructors in gov.nasa.worldwind.util with parameters of type SessionCache Constructor Description SessionCacheRetrievalPostProcessor(SessionCache cache, java.lang.Object cacheKey, AbsentResourceList absentResourceList, long resourceID, java.beans.PropertyChangeListener propertyListener, java.lang.String propertyName)Constructs a SessionCachePostProcessor with a specified cache and cache key, and an optional property listener and property name.
 
-