Uses of Interface
org.apache.commons.vfs2.FilesCache
-
Packages that use FilesCache Package Description org.apache.commons.vfs2 The public VFS API.org.apache.commons.vfs2.cache VFS File caching.org.apache.commons.vfs2.impl The standard VFS implementation. -
-
Uses of FilesCache in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return FilesCache Modifier and Type Method Description FilesCacheFileSystemManager. 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 FilesCache Modifier and Type Class Description classAbstractFilesCacheAbstract base class for FilesCache implementations.classDefaultFilesCacheA simpleFilesCacheimplementation.classLRUFilesCacheThis implementation caches every file usingLRUMap.classNullFilesCacheAFilesCacheimplementation.classSoftRefFilesCacheThis implementation caches every file as long as it is strongly reachable by the JVM.classWeakRefFilesCacheThis 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 FilesCache Modifier and Type Method Description FilesCacheDefaultFileSystemManager. getFilesCache()Gets the filesCache implementation used to cache files.Methods in org.apache.commons.vfs2.impl with parameters of type FilesCache Modifier and Type Method Description voidDefaultFileSystemManager. setFilesCache(FilesCache filesCache)Sets the filesCache implementation used to cache files.
-