Package | Description |
---|---|
org.apache.commons.vfs2 |
The public VFS API.
|
org.apache.commons.vfs2.impl |
The standard VFS implementation.
|
Modifier and Type | Method | Description |
---|---|---|
CacheStrategy |
FileSystemManager.getCacheStrategy() |
Get the cache strategy used.
|
static CacheStrategy |
CacheStrategy.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CacheStrategy[] |
CacheStrategy.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
CacheStrategy |
DefaultFileSystemManager.getCacheStrategy() |
Get the cache strategy used.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultFileSystemManager.setCacheStrategy(CacheStrategy fileCacheStrategy) |
Set the cache strategy to use when dealing with file object data.
|