Another Update
I've added a SoftObjectCache class that is similar to the
WeakObjectCache except it uses SoftReferences instead of WeakReferences.
Emily
Emily Gouge wrote:
> All,
>
> I've added a few new functions to the ObjectCache interface (and all
> implementations):
> * remove(Object ke
All,
I've added a few new functions to the ObjectCache interface (and all
implementations):
* remove(Object key);
* getKeys();
We also updated couple of the implementations to clear the locks as well
as the cache on a call to the clear method.
This was done so we could make use of the Obje