Package org.apache.commons.vfs2.cache
Class AbstractFilesCache
java.lang.Object
org.apache.commons.vfs2.provider.AbstractVfsComponent
org.apache.commons.vfs2.cache.AbstractFilesCache
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- FilesCache,- VfsComponent
- Direct Known Subclasses:
- DefaultFilesCache,- LRUFilesCache,- NullFilesCache,- SoftRefFilesCache
Abstract base class for FilesCache implementations.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidtouchFile(FileObject file) Default implementation is a NOOP.Methods inherited from class org.apache.commons.vfs2.provider.AbstractVfsComponentclose, getContext, getLogger, init, setContext, setLoggerMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.commons.vfs2.FilesCacheclear, close, getFile, putFile, putFileIfAbsent, removeFile
- 
Constructor Details- 
AbstractFilesCachepublic AbstractFilesCache()Constructs a new instance for subclasses.
 
- 
- 
Method Details- 
touchFileDefault implementation is a NOOP.- Parameters:
- file- touch this file.
 
 
-