org.apache.commons.vfs.cache
Class AbstractFilesCache

java.lang.Object
  extended byorg.apache.commons.vfs.provider.AbstractVfsComponent
      extended byorg.apache.commons.vfs.cache.AbstractFilesCache
All Implemented Interfaces:
FilesCache, VfsComponent
Direct Known Subclasses:
DefaultFilesCache, LRUFilesCache, NullFilesCache, SoftRefFilesCache

public abstract class AbstractFilesCache
extends AbstractVfsComponent
implements FilesCache

Description

Version:
$Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Mi, 29 Nov 2006) $
Author:
Mario Ivankovits

Constructor Summary
AbstractFilesCache()
           
 
Methods inherited from class org.apache.commons.vfs.provider.AbstractVfsComponent
close, getContext, getLogger, init, setContext, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.vfs.FilesCache
clear, close, getFile, putFile, removeFile
 

Constructor Detail

AbstractFilesCache

public AbstractFilesCache()


Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.