Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
FilesCache |
FileSystemManager.getFilesCache()
Gets the cache used to cache file objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilesCache
Abstract base class for FilesCache implementations.
|
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.
|
Modifier and Type | Method and Description |
---|---|
FilesCache |
DefaultFileSystemManager.getFilesCache()
Returns the filesCache implementation used to cache files.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemManager.setFilesCache(FilesCache filesCache)
Sets the filesCache implementation used to cache files.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.