Class AbstractFilesCache
java.lang.Object
org.apache.commons.vfs.provider.AbstractVfsComponent
org.apache.commons.vfs.cache.AbstractFilesCache
- All Implemented Interfaces:
FilesCache, VfsComponent
- Direct Known Subclasses:
DefaultFilesCache, LRUFilesCache, NullFilesCache, SoftRefFilesCache
Description
- Version:
- $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
- Author:
- Mario Ivankovits
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractVfsComponent
close, getContext, getLogger, init, setContext, setLoggerMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FilesCache
clear, close, getFile, putFile, removeFile
-
Constructor Details
-
AbstractFilesCache
public AbstractFilesCache()
-