Uses of Interface
org.apache.commons.vfs.FilesCache

Packages that use FilesCache
org.apache.commons.vfs The public VFS API. 
org.apache.commons.vfs.cache   
org.apache.commons.vfs.impl The standard VFS implementation. 
 

Uses of FilesCache in org.apache.commons.vfs
 

Methods in org.apache.commons.vfs that return FilesCache
 FilesCache FileSystemManager.getFilesCache()
          Get the cache used to cache fileobjects.
 

Uses of FilesCache in org.apache.commons.vfs.cache
 

Classes in org.apache.commons.vfs.cache that implement FilesCache
 class AbstractFilesCache
          Description
 class DefaultFilesCache
          A FilesCache implementation.
 class LRUFilesCache
          This implementation caches every file using LRUMap.
 class NullFilesCache
          

A FilesCache implementation.

 class SoftRefFilesCache
          This implementation caches every file as long as it is strongly reachable by the java vm.
 class WeakRefFilesCache
          This implementation caches every file as long as it is strongly reachable by the java vm.
 

Uses of FilesCache in org.apache.commons.vfs.impl
 

Methods in org.apache.commons.vfs.impl that return FilesCache
 FilesCache DefaultFileSystemManager.getFilesCache()
          Returns the filesCache implementation used to cache files
 

Methods in org.apache.commons.vfs.impl with parameters of type FilesCache
 void DefaultFileSystemManager.setFilesCache(FilesCache filesCache)
          Sets the filesCache implementation used to cache files
 



Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.