Package | Description |
---|---|
org.apache.commons.vfs2.cache |
VFS File caching
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFilesCache
A simple
FilesCache implementation. |
class |
LRUFilesCache
This implementation caches every file using
LRUMap . |
class |
NullFilesCache
A
FilesCache implementation. |
class |
SoftRefFilesCache
This implementation caches every file as long as it is strongly reachable by the JVM.
|
class |
WeakRefFilesCache
This implementation caches every file as long as it is strongly reachable by the java vm.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.