Package | Description |
---|---|
org.apache.commons.vfs2.cache |
VFS File caching
|
Class and 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 java vm.
|
SoftRefFilesCache.SoftRefReleaseThread
This thread will listen on the ReferenceQueue and remove the entry in the filescache as soon as the vm removes
the reference
|