I use command caching on Websphere for keeping logging informations. Sometimes I want to invalidate one cached information. I use the method reset but it doesn't work. What do i have to invalidate my cache ? - Override reset method in my cache class ? - something to put in the cachespec.xml ? - ...