Hi, setStale() in CachedObject is declared public, but it is overwritten by isStale() behind our back in clearCache(). So when I try to setStale() based on my own reason, it will lost in the bush. Maybe we need another boolean var : forceStale I need that in situation where the CachedObject have to be invalidated right away, shutting down GlobalCache for instance. I recompile a lot :-) tks. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
