| Package | Description |
|---|---|
| gov.nasa.worldwind | |
| gov.nasa.worldwind.cache | |
| gov.nasa.worldwind.terrain | |
| gov.nasa.worldwind.util |
| Modifier and Type | Method and Description |
|---|---|
static SessionCache |
WorldWind.getSessionCache() |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSessionCache
BasicSessionCache is a general receiving area for data represented as key-value pairs.
|
| Modifier and Type | Field and Description |
|---|---|
protected SessionCache |
RectangularTessellator.topLevelTilesCache |
| Modifier and Type | Field and Description |
|---|---|
protected SessionCache |
SessionCacheRetrievalPostProcessor.cache |
| Modifier and Type | Method and Description |
|---|---|
SessionCache |
SessionCacheRetrievalPostProcessor.getCache()
Returns the session cache that receives the retrieved data.
|
| Modifier and Type | Method and Description |
|---|---|
static WMSCapabilities |
SessionCacheUtils.getOrRetrieveSessionCapabilities(URL url,
SessionCache cache,
Object cacheKey,
AbsentResourceList absentResourceList,
long resourceID,
PropertyChangeListener propertyListener,
String propertyName)
Checks a session cache for a specified key, and if present attempts to interpret the cache entry as a
WMSCapabilities document. |
static WMSCapabilities |
SessionCacheUtils.getSessionCapabilities(SessionCache cache,
Object cacheKey,
String name)
Checks a session cache for a specified key, and if present attempts to interpret the cache entry as a
WMSCapabilities document. |
static void |
SessionCacheUtils.retrieveSessionData(URL url,
SessionCache cache,
Object cacheKey,
AbsentResourceList absentResourceList,
long resourceID,
PropertyChangeListener propertyListener,
String propertyName)
Retrieves the contents of a specified
URL. |
| Constructor and Description |
|---|
SessionCacheRetrievalPostProcessor(SessionCache cache,
Object cacheKey,
AbsentResourceList absentResourceList,
long resourceID,
PropertyChangeListener propertyListener,
String propertyName)
Constructs a SessionCachePostProcessor with a specified cache and cache key, and an optional property listener
and property name.
|