Uses of Class
org.apache.commons.vfs.CacheStrategy
Packages that use CacheStrategy
Package
Description
The public VFS API.
The standard VFS implementation.
-
Uses of CacheStrategy in org.apache.commons.vfs
Fields in org.apache.commons.vfs declared as CacheStrategyModifier and TypeFieldDescriptionstatic final CacheStrategy
CacheStrategy.MANUAL
Deal with cached data manually.static final CacheStrategy
CacheStrategy.ON_CALL
Refresh the data every time you call a method on the fileObject.static final CacheStrategy
CacheStrategy.ON_RESOLVE
Refresh the data every time you request a file fromFileSystemManager.resolveFile(java.lang.String)
Methods in org.apache.commons.vfs that return CacheStrategyModifier and TypeMethodDescriptionFileSystemManager.getCacheStrategy()
Get the cache strategy used -
Uses of CacheStrategy in org.apache.commons.vfs.impl
Methods in org.apache.commons.vfs.impl that return CacheStrategyModifier and TypeMethodDescriptionDefaultFileSystemManager.getCacheStrategy()
Get the cache strategy usedMethods in org.apache.commons.vfs.impl with parameters of type CacheStrategyModifier and TypeMethodDescriptionvoid
DefaultFileSystemManager.setCacheStrategy
(CacheStrategy fileCacheStrategy) Set the cache strategy to use when dealing with file object data.