Package org.apache.commons.vfs2.cache
package org.apache.commons.vfs2.cache
VFS File caching.
-
ClassesClassDescriptionAbstract base class for FilesCache implementations.A simple
FilesCache
implementation.This implementation caches every file usingLRUMap
.AFilesCache
implementation.This decorator refreshes the fileObject data on every call.This implementation caches every file as long as it is strongly reachable by the JVM.This implementation caches every file as long as it is strongly reachable by the Java vm.