Uses of Class
org.apache.commons.vfs.CacheStrategy

Packages that use CacheStrategy
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
static CacheStrategy CacheStrategy.MANUAL
          Deal with cached data manually.
static CacheStrategy CacheStrategy.ON_CALL
          Refresh the data every time you call a method on the fileObject.
static CacheStrategy CacheStrategy.ON_RESOLVE
          Refresh the data every time you request a file from FileSystemManager.resolveFile(java.lang.String).
 

Methods in org.apache.commons.vfs that return CacheStrategy
 CacheStrategy FileSystemManager.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
 CacheStrategy DefaultFileSystemManager.getCacheStrategy()
          Get the cache strategy used.
 

Methods in org.apache.commons.vfs.impl with parameters of type CacheStrategy
 void DefaultFileSystemManager.setCacheStrategy(CacheStrategy fileCacheStrategy)
           Set the cache strategy to use when dealing with file object data.
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.