| Class | Description |
|---|---|
| AbstractFilesCache |
Abstract base class for FilesCache implementations.
|
| DefaultFilesCache |
A simple
FilesCache implementation. |
| LRUFilesCache |
This implementation caches every file using
LRUMap. |
| NullFilesCache |
A
FilesCache implementation. |
| 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
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.