Uses of Enum
org.apache.commons.vfs2.CacheStrategy
Packages that use CacheStrategy
Package
Description
The public VFS API.
The standard VFS implementation.
-
Uses of CacheStrategy in org.apache.commons.vfs2
Subclasses with type arguments of type CacheStrategy in org.apache.commons.vfs2Modifier and TypeClassDescriptionenum
An enumerated type to deal with the various cache strategies.Methods in org.apache.commons.vfs2 that return CacheStrategyModifier and TypeMethodDescriptionFileSystemManager.getCacheStrategy()
Gets the cache strategy used.static CacheStrategy
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 CacheStrategyModifier and TypeMethodDescriptionDefaultFileSystemManager.getCacheStrategy()
Gets the cache strategy used.Methods in org.apache.commons.vfs2.impl with parameters of type CacheStrategyModifier and TypeMethodDescriptionvoid
DefaultFileSystemManager.setCacheStrategy
(CacheStrategy fileCacheStrategy) Sets the cache strategy to use when dealing with file object data.