Hi > -----Urspr�ngliche Nachricht----- > Von: GUY, Damien [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 2. September 2002 05:19 > An: '[EMAIL PROTECTED]' > Betreff: per class cache > > > Is there currently any way to have an Object cache per > persistent class?
Not with the current implementation. Our cache is pluggable. So you might consider to implement your own caching mechanism and plug it into OJB. > I > would like to have different policies depending on the type > of data. i.e., > read-only, read-write. In our concept the cache must allow write access to allow synchronization between transactions. cheers, Thomas > Rgds, > Damian > > > > > -------------------------------------------------------------- > --------------------- > > The contents of this message are the views of the Author and > do not necessarily reflect the views of SUNCORP METWAY LTD > ABN 66 010 831 722. > > The content of this e-mail, including attachments is a > confidential communication between the Suncorp Metway Group > and the intended addressee. Any unauthorised use of the > contents is expressly prohibited. If you have received this > e-mail in error please contact the sender immediately and > then delete the message and any attachment(s). > > http://www.suncorp.com.au > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
