public abstract class SoftReferenceObjectCache extends Object implements ObjectCache
SoftReferenceObjectCache()
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 SoftReferenceObjectCache()
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