Uses of Interface
org.apache.commons.vfs2.FilesCache
Packages that use FilesCache
Package
Description
The public VFS API.
VFS File caching.
The standard VFS implementation.
-
Uses of FilesCache in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return FilesCacheModifier and TypeMethodDescriptionFileSystemManager.getFilesCache()
Gets the cache used to cache file objects. -
Uses of FilesCache in org.apache.commons.vfs2.cache
Classes in org.apache.commons.vfs2.cache that implement FilesCacheModifier and TypeClassDescriptionclass
Abstract base class for FilesCache implementations.class
A simpleFilesCache
implementation.class
This implementation caches every file usingLRUMap
.class
AFilesCache
implementation.class
This implementation caches every file as long as it is strongly reachable by the JVM.class
This implementation caches every file as long as it is strongly reachable by the Java vm. -
Uses of FilesCache in org.apache.commons.vfs2.impl
Methods in org.apache.commons.vfs2.impl that return FilesCacheModifier and TypeMethodDescriptionDefaultFileSystemManager.getFilesCache()
Gets the filesCache implementation used to cache files.Methods in org.apache.commons.vfs2.impl with parameters of type FilesCacheModifier and TypeMethodDescriptionvoid
DefaultFileSystemManager.setFilesCache
(FilesCache filesCache) Sets the filesCache implementation used to cache files.