public abstract class NoGCObjectCache extends Object implements ObjectCache
NoGCObjectCache()
protected abstract Object
createFromKey(Object key)
Object
find(Object key)
protected boolean
isDirty(Object key, Object cached)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NoGCObjectCache()
public Object find(Object key) throws Exception
find
ObjectCache
Exception
protected boolean isDirty(Object key, Object cached)
protected abstract Object createFromKey(Object key) throws Exception