Uses of Class
org.apache.commons.vfs2.cache.AbstractFilesCache
-
Packages that use AbstractFilesCache Package Description org.apache.commons.vfs2.cache VFS File caching. -
-
Uses of AbstractFilesCache in org.apache.commons.vfs2.cache
Subclasses of AbstractFilesCache in org.apache.commons.vfs2.cache Modifier and Type Class Description 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.
-