|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilesCache | |
|---|---|
| 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 | |
|---|---|
FilesCache |
FileSystemManager.getFilesCache()
Get the cache used to cache fileobjects. |
| Uses of FilesCache in org.apache.commons.vfs2.cache |
|---|
| Classes in org.apache.commons.vfs2.cache that implement FilesCache | |
|---|---|
class |
AbstractFilesCache
Description. |
class |
DefaultFilesCache
A FilesCache implementation.This implementation caches every file for the complete lifetime of the used FileSystemManager. |
class |
LRUFilesCache
This implementation caches every file using LRUMap.The default constructor uses a LRU size of 100 per filesystem. |
class |
NullFilesCache
A FilesCache implementation.This implementation never ever caches a single file. |
class |
SoftRefFilesCache
This implementation caches every file as long as it is strongly reachable by the java vm. |
class |
WeakRefFilesCache
This 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 | |
|---|---|
FilesCache |
DefaultFileSystemManager.getFilesCache()
Returns the filesCache implementation used to cache files. |
| Methods in org.apache.commons.vfs2.impl with parameters of type FilesCache | |
|---|---|
void |
DefaultFileSystemManager.setFilesCache(FilesCache filesCache)
Sets the filesCache implementation used to cache files. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||