Package org.apache.commons.vfs2.cache
VFS File caching
-
Class Summary Class Description AbstractFilesCache Abstract base class for FilesCache implementations.DefaultFilesCache A simpleFilesCache
implementation.LRUFilesCache This implementation caches every file usingLRUMap
.NullFilesCache AFilesCache
implementation.OnCallRefreshFileObject This decorator refreshes the fileObject data on every call.SoftRefFilesCache This implementation caches every file as long as it is strongly reachable by the java vm.WeakRefFilesCache This implementation caches every file as long as it is strongly reachable by the java vm.