mirror of https://github.com/apache/openjpa.git
While looking at how the Caches are supposed to work, I found this reference to Tangosol's cache. And, since we don't ship the plugins for the third-party caches, I changed the wording in the manual.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@513417 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
af1796f17c
commit
6e30b565b7
|
@ -572,10 +572,9 @@ qcache.evict (q);
|
|||
<para>
|
||||
When using one of OpenJPA's distributed cache implementations, it is necessary
|
||||
to perform this in every JVM - the change notification is not propagated
|
||||
automatically. When using a coherent cache implementation such as OpenJPA's
|
||||
Tangosol cache implementation, it is not necessary to do this in every JVM
|
||||
(although it won't hurt to do so), as the cache results are stored directly in
|
||||
the coherent cache.
|
||||
automatically. When using a third-party coherent caching solution,
|
||||
it is not necessary to do this in every JVM (although it won't hurt to do so),
|
||||
as the cache results are stored directly in the coherent cache.
|
||||
</para>
|
||||
<para>
|
||||
Queries can also be pinned and unpinned through the <classname>
|
||||
|
|
Loading…
Reference in New Issue