Hi again, I don't know JCS very well but I think this possible with JCS too. http://jakarta.apache.org/turbine/jcs/BasicJCSConfiguration.html
OJB was shipped with MetaObjectCacheJCSImpl. This implementation use objects class name as JCS region name (There is a typo in docs, ObjectCacheJCSImpl instead MetaObjectCacheJCSImpl http://db.apache.org/ojb/objectcache.html ). Some people reported problems in using JCS in 'remote mode' (Distributed cache) across several JVM. But this was some month ago, so I think this should be fixed. regards, Armin ----- Original Message ----- From: "Carlos Henrique Leclerc De Oliveira" <[EMAIL PROTECTED]> To: "'OJB Users List'" <[EMAIL PROTECTED]> Sent: Monday, September 15, 2003 4:58 PM Subject: RE: Cache and OJB > Hi Armin, > > oh great, thanks! So, I will wait > your checkin... > > What is your opinion about JCS? > > regards, > Carlos > > -----Original Message----- > From: Armin Waibel [mailto:[EMAIL PROTECTED] > Sent: segunda-feira, 15 de setembro de 2003 11:49 > 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]
