Uses of Class
org.apache.commons.vfs.cache.AbstractFilesCache
Packages that use AbstractFilesCache
-
Uses of AbstractFilesCache in org.apache.commons.vfs.cache
Subclasses of AbstractFilesCache in org.apache.commons.vfs.cacheModifier and TypeClassDescriptionclass
AFilesCache
implementation.
This implementation caches every file for the complete lifetime of the usedFileSystemManager
.class
This implementation caches every file usingLRUMap
.
The default constructor uses a LRU size of 100 per filesystem.class
AFilesCache
implementation.
This implementation never ever caches a single file.class
This implementation caches every file as long as it is strongly reachable by the java vm.class
This implementation caches every file as long as it is strongly reachable by the java vm.