| java.lang.Object org.jpox.cache.HardRefCache
HardRefCache | public class HardRefCache implements Level1Cache(Code) | | Implementation of a Level 1 cache keeping hard (strong) references
to the objects. This means that objects are not garbage collected,
and have to be removed directly by calls to remove(). This differs
from the WeakRefCache/SoftRefCache which do not guarantee to retain
objects.
version: $Revision: 1.3 $ |
HardRefCache | public HardRefCache()(Code) | | Default constructor (required)
|
clear | public void clear()(Code) | | |
containsValue | public boolean containsValue(Object value)(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
|
|