Re: [Geotools-devel] Updates to the ObjectCache Interface

2008-10-07 Thread Emily Gouge
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

[Geotools-devel] Updates to the ObjectCache Interface

2008-10-03 Thread Emily Gouge
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