org.webmacro.resource
Class CacheElement

java.lang.Object
  extended byorg.webmacro.resource.CacheElement

public abstract class CacheElement
extends java.lang.Object

CacheElement is an abstract class which cache managers can subclass. It is used to represent a single resource to be cached by a cache manager.

Since:
0.96
See Also:
CacheManager

Constructor Summary
CacheElement()
           
 
Method Summary
 void setReloadContext(CacheReloadContext rc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheElement

public CacheElement()
Method Detail

setReloadContext

public void setReloadContext(CacheReloadContext rc)