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.worldwind
Methods in gov.nasa.worldwind that return SessionCache Modifier and Type Method Description static SessionCache
WorldWind. getSessionCache()
-
Uses of SessionCache in gov.nasa.worldwind.cache
Classes in gov.nasa.worldwind.cache that implement SessionCache Modifier and Type Class Description class
BasicSessionCache
BasicSessionCache is a general receiving area for data represented as key-value pairs. -
Uses of SessionCache in gov.nasa.worldwind.terrain
Fields in gov.nasa.worldwind.terrain declared as SessionCache Modifier and Type Field Description protected SessionCache
RectangularTessellator. topLevelTilesCache
-
Uses of SessionCache in gov.nasa.worldwind.util
Fields in gov.nasa.worldwind.util declared as SessionCache Modifier and Type Field Description protected SessionCache
SessionCacheRetrievalPostProcessor. cache
Methods in gov.nasa.worldwind.util that return SessionCache Modifier and Type Method Description SessionCache
SessionCacheRetrievalPostProcessor. 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 WMSCapabilities
SessionCacheUtils. 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 aWMSCapabilities
document.static WMSCapabilities
SessionCacheUtils. 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 aWMSCapabilities
document.static void
SessionCacheUtils. 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.
-