> We have not set the MaxLifeSeconds element attributes. So what is the > Default life of the cache in this case?
Infinite, unless maxIdle is set. > My other question is - is there a way to remotely flush the cache? > Maybe using mbeans? Sure, you just need to write an mbean wrapper to do it =] There is a servlet interface for managing the cache, which is what I use. I imagine mbeans could be implemented similarly. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
