org.codehaus.httpcache4j.cache
Class FileManager
java.lang.Object
org.codehaus.httpcache4j.cache.FileManager
- All Implemented Interfaces:
- Serializable
public final class FileManager
- extends Object
- implements Serializable
- Version:
- $Revision: #5 $ $Date: 2008/09/15 $
- Author:
- Erlend Hamnaberg
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileManager
public FileManager(File baseDirectory)
getBaseDirectory
public File getBaseDirectory()
createFile
public File createFile(Key key,
InputStream stream)
throws IOException
- Throws:
IOException
clear
public void clear()
remove
public void remove(Key key)
resolve
public File resolve(Key key)
Copyright © 2008-2011. All Rights Reserved.