You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rm...@apache.org on 2014/11/15 10:51:30 UTC

svn commit: r1639853 - /commons/proper/jcs/trunk/xdocs/JCSandJCACHE.xml

Author: rmannibucau
Date: Sat Nov 15 09:51:30 2014
New Revision: 1639853

URL: http://svn.apache.org/r1639853
Log:
adding a part of JCache status in our site

Modified:
    commons/proper/jcs/trunk/xdocs/JCSandJCACHE.xml

Modified: commons/proper/jcs/trunk/xdocs/JCSandJCACHE.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/xdocs/JCSandJCACHE.xml?rev=1639853&r1=1639852&r2=1639853&view=diff
==============================================================================
--- commons/proper/jcs/trunk/xdocs/JCSandJCACHE.xml (original)
+++ commons/proper/jcs/trunk/xdocs/JCSandJCACHE.xml Sat Nov 15 09:51:30 2014
@@ -26,6 +26,18 @@
   </properties>
 
   <body>
+    <section name="JCACHE (JSR-107)">
+      <p>
+        Since version 2.x, Apache Commons JCS implements
+        JCache specification (and a few more providing some basic utilities
+        in its extras module and a basic integration with apache OpenJPA).
+      </p>
+      <p>
+        Next section is about main differences between JCache design and original JCS one.
+        These are still globally valid and are kept to let you get a bit more food for thoughts
+        on Caching and JCS.
+      </p>
+    </section>
     <section name="JCS and JCACHE (JSR-107)">
       <p>
         The JCS is an attempt to build a system close to JCACHE , <a