I would like to add a method to the interface and service to remove items
from the cache on an individual basis as follows:
public void removeObject(String id)
{
cache.remove(id);
}
This way I can remove one object from the cache without having to refresh the
whole thing. Are there any problems with this?
Thanks,
John
--
********************************
** John Thorhauer
** [EMAIL PROTECTED]
** take a look at:
** http://tambora.zenplex.org
** http://www.zenplex.org
** http://www.zenplex.com
********************************
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]