Package | Description |
---|---|
org.apache.commons.vfs2 |
The public VFS API.
|
org.apache.commons.vfs2.impl |
The standard VFS implementation.
|
Modifier and Type | Method and Description |
---|---|
CacheStrategy |
FileSystemManager.getCacheStrategy()
Gets the cache strategy used.
|
static CacheStrategy |
CacheStrategy.valueOf(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 and Description |
---|---|
CacheStrategy |
DefaultFileSystemManager.getCacheStrategy()
Get the cache strategy used.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemManager.setCacheStrategy(CacheStrategy fileCacheStrategy)
Set the cache strategy to use when dealing with file object data.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.