Package org.apache.commons.vfs.cache
package org.apache.commons.vfs.cache
-
ClassesClassDescriptionDescriptionA
FilesCache
implementation.
This implementation caches every file for the complete lifetime of the usedFileSystemManager
.This implementation caches every file usingLRUMap
.
The default constructor uses a LRU size of 100 per filesystem.AFilesCache
implementation.
This implementation never ever caches a single file.This decorator refreshes the fileObject data on every callThis implementation caches every file as long as it is strongly reachable by the java vm.This implementation caches every file as long as it is strongly reachable by the java vm.