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()Get 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 TypeClassDescriptionclassAbstract base class for FilesCache implementations.classA simpleFilesCacheimplementation.classThis implementation caches every file usingLRUMap.classAFilesCacheimplementation.classThis implementation caches every file as long as it is strongly reachable by the java vm.classThis 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()Returns the filesCache implementation used to cache files.Methods in org.apache.commons.vfs2.impl with parameters of type FilesCacheModifier and TypeMethodDescriptionvoidDefaultFileSystemManager.setFilesCache(FilesCache filesCache) Sets the filesCache implementation used to cache files.