Uses of Class
org.apache.commons.vfs.CacheStrategy
-
Packages that use CacheStrategy Package Description org.apache.commons.vfs The public VFS API.org.apache.commons.vfs.impl The standard VFS implementation. -
-
Uses of CacheStrategy in org.apache.commons.vfs
Fields in org.apache.commons.vfs declared as CacheStrategy Modifier and Type Field Description static CacheStrategyCacheStrategy. MANUALDeal with cached data manually.static CacheStrategyCacheStrategy. ON_CALLRefresh the data every time you call a method on the fileObject.static CacheStrategyCacheStrategy. ON_RESOLVERefresh the data every time you request a file fromFileSystemManager.resolveFile(java.lang.String)Methods in org.apache.commons.vfs that return CacheStrategy Modifier and Type Method Description CacheStrategyFileSystemManager. getCacheStrategy()Get the cache strategy used -
Uses of CacheStrategy in org.apache.commons.vfs.impl
Methods in org.apache.commons.vfs.impl that return CacheStrategy Modifier and Type Method Description CacheStrategyDefaultFileSystemManager. getCacheStrategy()Get the cache strategy usedMethods in org.apache.commons.vfs.impl with parameters of type CacheStrategy Modifier and Type Method Description voidDefaultFileSystemManager. setCacheStrategy(CacheStrategy fileCacheStrategy)Set the cache strategy to use when dealing with file object data.
-