dev@openjpa.apache.org
> cc
> 04/03/2008 11:44
> AMSubject
>Re: QueryCache scope question
>
04/03/2008 11:44
AMSubject
Re: QueryCache scope question
P
> 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
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