Package org.apache.commons.vfs2.cache
VFS File caching.
-
Class Summary Class Description AbstractFilesCache Abstract base class for FilesCache implementations.DefaultFilesCache A simpleFilesCacheimplementation.LRUFilesCache This implementation caches every file usingLRUMap.NullFilesCache AFilesCacheimplementation.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 JVM.WeakRefFilesCache This implementation caches every file as long as it is strongly reachable by the Java vm.