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 TypeClassDescriptionclassDescriptionclassAFilesCacheimplementation.
This implementation caches every file for the complete lifetime of the usedFileSystemManager.classThis implementation caches every file usingLRUMap.
The default constructor uses a LRU size of 100 per filesystem.classAFilesCacheimplementation.
This implementation never ever caches a single file.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.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 TypeMethodDescriptionvoidDefaultFileSystemManager.setFilesCache(FilesCache filesCache) Sets the filesCache implementation used to cache files