Re: QueryCache scope question

2008-04-03 Thread Patrick Linskey
dev@openjpa.apache.org > cc > 04/03/2008 11:44 > AMSubject >Re: QueryCache scope question >

Re: QueryCache scope question

2008-04-03 Thread Frederic_Bellier
04/03/2008 11:44 AMSubject Re: QueryCache scope question P

Re: QueryCache scope question

2008-04-03 Thread Patrick Linskey
> Is it imperative for the QueryCache to be shared across multiple JVMs? > I suppose otherwise (when data gets removed from the L2 cache for example) > - a single JVM QueryCache could return wrong information since it would not > have been updated. Is this correct? Yes, that's correct. Note t

QueryCache scope question

2008-04-03 Thread Frederic_Bellier
I Apologise in advance if this question seems silly to you guys. I am asking this question in order to finish a plugin for openjpa. This plugin needs to implement the DataCache using Coherence - so I am thinking that I will need to implmenet the QueryCache using Coherence to inorder to make the Q