RE: AW: Object Cache using ObjectCacheJCSImpl

2004-04-26 Thread Guillaume Nodet
You should ask to the mailing list of jcs for such questions. mailto:[EMAIL PROTECTED] Guillaume -Message d'origine- De : Dirk Manske (Service Respond) [mailto:[EMAIL PROTECTED] Envoyé : lundi 26 avril 2004 12:06 À : 'OJB Users List' Objet : AW: AW: Obj

AW: AW: Object Cache using ObjectCacheJCSImpl

2004-04-26 Thread Dirk Manske (Service Respond)
y shrinker property? If I set it to true, what is the exact effect and when does make it sense to use it? thank you, Dirk -Ursprüngliche Nachricht- Von: Armin Waibel [mailto:[EMAIL PROTECTED] Gesendet: Montag, 26. April 2004 11:47 An: OJB Users List Betreff: Re: AW: Object Cache using ObjectCa

Re: AW: Object Cache using ObjectCacheJCSImpl

2004-04-26 Thread Armin Waibel
Hi Dirk, you don't need to cache the objects by yourself it will be done by OJB. If you want to manipulate the cache use the service method provided by PB: PB.serviceObjectCache() or to remove objects from the cache, yu can find methods at PB. > broker.beginTransaction(); > > broker.insert(pers

AW: Object Cache using ObjectCacheJCSImpl

2004-04-26 Thread Dirk Manske (Service Respond)
thx for your answer Guiiaume. I already did this and use the example (basic) cache.ccf file from the jcs homepage. But I am using JCS the first time and there is no much docu available, so I am wondering how it all works. Is it as easy as broker.beginTransaction(); broker.insert(persistObject);