to.etc.domui.caches.filecache
Class FileCacheRef

java.lang.Object
  extended by to.etc.domui.caches.filecache.FileCacheRef

public final class FileCacheRef
extends java.lang.Object

A referral (use) of a single cached file. When this gets closed the corresponding FileCacheEntry's use count is decremented by 1 causing it do be discardable when necessary.

Author:
Frits Jalvingh Created on Dec 9, 2009

Method Summary
 void close()
           
 java.io.File getFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFile

public java.io.File getFile()

close

public void close()