org.topbraid.core.cache
Class AbstractCache

java.lang.Object
  extended by org.topbraid.core.cache.AbstractCache

public abstract class AbstractCache
extends java.lang.Object


Constructor Summary
AbstractCache()
           
 
Method Summary
protected abstract  void clear()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCache

public AbstractCache()
Method Detail

clear

protected abstract void clear()