The expireCache method is available in the build version of the code; but is not currently released. You can get this code base from CVS directly or by downloading the daily snapshot source archive.
Vincent -----Original Message----- From: Sebastian Gil [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 3:03 AM To: [EMAIL PROTECTED] Subject: [castor-dev] Expire problem How to expire Castor cache? In docs stands that I should use org.exolab.castor.jdo.Database expireCache method, but in Castor 0.9.5 there is no such method. I use two different JDO pools for read-only operations and for read/write. So without expiring cache in read-only pool I'll have incorrect results. I don't want to create additional mapping with cache set to none and I can't make my mapping to not use cache because of long transactions. The only way is to expire cache in read-only pool. Thanks in advance for any hints in that case. SG. -- Jedynym sposobem na pozbycie sie pokusy, to uleganie jej. mailto: [EMAIL PROTECTED] http://create.e-informatyka.pl ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
