Uses of Package
org.apache.commons.vfs2.cache
-
Packages that use org.apache.commons.vfs2.cache Package Description org.apache.commons.vfs2.cache VFS File caching -
Classes in org.apache.commons.vfs2.cache used by org.apache.commons.vfs2.cache Class Description AbstractFilesCache Abstract base class for FilesCache implementations.FileSystemAndNameKey Key for various cache implementations.SoftRefFilesCache This implementation caches every file as long as it is strongly reachable by the JVM.SoftRefFilesCache.ReleaseThread This thread will listen on the ReferenceQueue and remove the entry in the file cache as soon as the JVM removes the reference.