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 TypeClassDescriptionenumAn 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 CacheStrategyReturns 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
Fields in org.apache.commons.vfs2.impl declared as CacheStrategyModifier and TypeFieldDescriptionprivate CacheStrategyDefaultFileSystemManager.fileCacheStrategyThe cache strategyMethods in org.apache.commons.vfs2.impl that return CacheStrategyModifier and TypeMethodDescriptionDefaultFileSystemManager.getCacheStrategy()Get the cache strategy used.Methods in org.apache.commons.vfs2.impl with parameters of type CacheStrategyModifier and TypeMethodDescriptionvoidDefaultFileSystemManager.setCacheStrategy(CacheStrategy fileCacheStrategy) Set the cache strategy to use when dealing with file object data.