|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheStrategy | |
---|---|
org.apache.commons.vfs2 | The public VFS API. |
org.apache.commons.vfs2.impl | The standard VFS implementation. |
Uses of CacheStrategy in org.apache.commons.vfs2 |
---|
Methods in org.apache.commons.vfs2 that return CacheStrategy | |
---|---|
CacheStrategy |
FileSystemManager.getCacheStrategy()
Get 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. |
Uses of CacheStrategy in org.apache.commons.vfs2.impl |
---|
Methods in org.apache.commons.vfs2.impl that return CacheStrategy | |
---|---|
CacheStrategy |
DefaultFileSystemManager.getCacheStrategy()
Get the cache strategy used. |
Methods in org.apache.commons.vfs2.impl with parameters of type CacheStrategy | |
---|---|
void |
DefaultFileSystemManager.setCacheStrategy(CacheStrategy fileCacheStrategy)
Set the cache strategy to use when dealing with file object data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |