Uses of Class
org.apache.commons.vfs2.CacheStrategy
-
Packages that use CacheStrategy Package Description 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 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. -
Uses of CacheStrategy in org.apache.commons.vfs2.impl
Methods in org.apache.commons.vfs2.impl that return CacheStrategy Modifier and Type Method Description CacheStrategy
DefaultFileSystemManager. getCacheStrategy()
Get the cache strategy used.Methods in org.apache.commons.vfs2.impl with parameters of type CacheStrategy Modifier and Type Method Description void
DefaultFileSystemManager. setCacheStrategy(CacheStrategy fileCacheStrategy)
Set the cache strategy to use when dealing with file object data.
-