public abstract class ObjectCache<E> extends Object
ObjectCache(int maxSize)
void
clear()
E
get(int objectId)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjectCache(int maxSize)
public E get(int objectId)
public void clear()