Uses of Interface
org.apache.commons.vfs.FilesCache
Packages that use FilesCache
Package
Description
The public VFS API.
The standard VFS implementation.
-
Uses of FilesCache in org.apache.commons.vfs
Methods in org.apache.commons.vfs that return FilesCacheModifier and TypeMethodDescriptionFileSystemManager.getFilesCache()
Get the cache used to cache fileobjects. -
Uses of FilesCache in org.apache.commons.vfs.cache
Classes in org.apache.commons.vfs.cache that implement FilesCacheModifier and TypeClassDescriptionclass
Descriptionclass
AFilesCache
implementation.
This implementation caches every file for the complete lifetime of the usedFileSystemManager
.class
This implementation caches every file usingLRUMap
.
The default constructor uses a LRU size of 100 per filesystem.class
AFilesCache
implementation.
This implementation never ever caches a single file.class
This implementation caches every file as long as it is strongly reachable by the java vm.class
This implementation caches every file as long as it is strongly reachable by the java vm. -
Uses of FilesCache in org.apache.commons.vfs.impl
Methods in org.apache.commons.vfs.impl that return FilesCacheModifier and TypeMethodDescriptionDefaultFileSystemManager.getFilesCache()
Returns the filesCache implementation used to cache filesMethods in org.apache.commons.vfs.impl with parameters of type FilesCacheModifier and TypeMethodDescriptionvoid
DefaultFileSystemManager.setFilesCache
(FilesCache filesCache) Sets the filesCache implementation used to cache files