Package org.apache.commons.vfs.cache
package org.apache.commons.vfs.cache
-
ClassesClassDescriptionDescriptionA
FilesCacheimplementation.
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.AFilesCacheimplementation.
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.