Hi Sven, > -----Urspr�ngliche Nachricht----- > Von: Efftinge, Sven [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 28. November 2002 10:13 > An: 'OJB Users List' > Betreff: [ODMG] Caching > > > Hi, > does the ODMG API cache Objects wich I got with an OQL-Query?
Yes, it uses the PersistenceBroker cache. > Is there to get access to the cache, to store and lookup > objects in the > cache manually? Yes, just use PB api to manipulate the cache. > Is there an other way to get an Object by primarykey than using an > OQL-Query? yes, see the faq.html for details cheers, Thomas > > thanks in advance, > Sven > > -- > 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]>
