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.
The File Provider API, and utility classes.
-
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 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 JVM.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
Fields in org.apache.commons.vfs2.impl declared as FilesCacheModifier and TypeFieldDescriptionprivate FilesCacheDefaultFileSystemManager.filesCacheThe files cacheMethods 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. -
Uses of FilesCache in org.apache.commons.vfs2.provider
Methods in org.apache.commons.vfs2.provider that return FilesCache