public final class ApplicationCacheSettings extends HashStructureAdapter
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | APPLICATION_STORAGE_KEY | 
_hash| Modifier and Type | Method and Description | 
|---|---|
| java.net.URL | getDefaultApplicationStorageURL() | 
| static ApplicationCacheSettings | getInstance(HashStructure hash,
           java.net.URL workspaceURL) | 
| static ApplicationCacheSettings | getInstance(PropertyStorage psWorkspace,
           java.net.URL workspaceURL) | 
| static ApplicationCacheSettings | getInstance(Workspace workspace)Returns a new ApplicationCacheSettings adapter for the specified Workspace. | 
| java.net.URL | getOverrideApplicationStorageURL() | 
| java.net.URL | getStorageURL()Returns the url for the application-level storage directory, which is
  the parent of the application-level .data directory used for caching. | 
| void | setStorageURL(java.net.URL url)Set the application-level storage directory. | 
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEqualspublic static final java.lang.String APPLICATION_STORAGE_KEY
public static ApplicationCacheSettings getInstance(PropertyStorage psWorkspace, java.net.URL workspaceURL)
public static ApplicationCacheSettings getInstance(HashStructure hash, java.net.URL workspaceURL)
public static ApplicationCacheSettings getInstance(Workspace workspace)
workspace - The workspacepublic java.net.URL getStorageURL()
public void setStorageURL(java.net.URL url)
public java.net.URL getDefaultApplicationStorageURL()
public java.net.URL getOverrideApplicationStorageURL()