com.caucho.server.cache
Class TempFileManager

java.lang.Object
  extended by com.caucho.server.cache.TempFileManager

public class TempFileManager
extends java.lang.Object

Represents an inode to a temporary file.


Constructor Summary
TempFileManager(Path path)
           
 
Method Summary
 TempFileInode createInode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempFileManager

public TempFileManager(Path path)
Method Detail

createInode

public TempFileInode createInode()