org.das2.util.filesystem.FileSystemSettings.Persistence
NONE
No persistence. No files are cached locally.
SESSION
Within a session, files are cached locally. This is the default.
EXPIRES
Files persist until a new version is available on the remote cache.
ALWAYS
Files persist indefinitely, and the server is only contacted when a file
is not available locally.
valueOf
valueOf( String name ) → org.das2.util.filesystem.FileSystemSettings.Persistence
Parameters
name - a String
Returns:
org.das2.util.filesystem.FileSystemSettings.Persistence
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
values
values( ) → org.das2.util.filesystem.FileSystemSettings.Persistence[]
Returns:
org.das2.util.filesystem.FileSystemSettings.Persistence[]
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]