|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AbstractFilesCache | Description. |
| DefaultFilesCache | A FilesCache implementation.This implementation caches every file for the complete lifetime of the used FileSystemManager. |
| LRUFilesCache | This implementation caches every file using LRUMap.The default constructor uses a LRU size of 100 per filesystem. |
| NullFilesCache |
A FilesCache implementation.This implementation never ever caches a single file. |
| OnCallRefreshFileObject | This decorator refreshes the fileObject data on every call. |
| SoftRefFilesCache | This implementation caches every file as long as it is strongly reachable by the java vm. |
| WeakRefFilesCache | This implementation caches every file as long as it is strongly reachable by the java vm. |
VFS File caching
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||