Hi, I read on this list that there was some refactoring of the cache implementation being currently carried out. Will this refactor include the ability to select the type of cache an object's class uses?
It would be useful to have read only classes in a VM wide cache with the remainder using session level cacheing. Dougall -----Original Message----- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Tuesday, 16 September 2003 12:49 AM To: OJB Users List Subject: Re: Cache and OJB Hi Carlos, > I need a cache that have a refresh feature today or tomorrow I will checkin some refactored cache classes. Then it is among many other things possible to set a 'timeout' attribute (to reclaim outdated objects) for ObjectCacheDefaultImpl implementation. If you don't want to wait so long, it's easy implement your own ObjectCache ;-) regards, Armin ----- Original Message ----- From: "Carlos Henrique Leclerc De Oliveira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 15, 2003 4:38 PM Subject: Cache and OJB > Hi all, > > What is the better cache implementation for OJB? > > I need a cache that have a refresh feature. > Do you know anyone? > > Thanks. > Carlos Henrique > > ___________________________ > Carlos Henrique Leclerc Oliveira > Tecnologia - UOL Inc. > tel +55 11 3038-8459 > http://www.uol.com.br > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
