You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by th...@apache.org on 2015/04/28 10:06:39 UTC

svn commit: r1676430 - /jackrabbit/site/live/oak/docs/nodestore/persistent-cache.html

Author: thomasm
Date: Tue Apr 28 08:06:39 2015
New Revision: 1676430

URL: http://svn.apache.org/r1676430
Log:
OAK-936: Site checkin for project Oak Documentation-1.4-SNAPSHOT

Modified:
    jackrabbit/site/live/oak/docs/nodestore/persistent-cache.html

Modified: jackrabbit/site/live/oak/docs/nodestore/persistent-cache.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/nodestore/persistent-cache.html?rev=1676430&r1=1676429&r2=1676430&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/nodestore/persistent-cache.html (original)
+++ jackrabbit/site/live/oak/docs/nodestore/persistent-cache.html Tue Apr 28 08:06:39 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-04-16
+ | Generated by Apache Maven Doxia at 2015-04-28
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150416" />
+    <meta name="Date-Revision-yyyymmdd" content="20150428" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Persistent Cache</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -195,7 +195,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-04-16</li>
+                  <li id="publishDate">Last Published: 2015-04-28</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -486,7 +486,7 @@
 <p>Diff caching. By default, the list of differences between two revisions is cached. To disable this option, use &#x201c;-diff&#x201d;.</p></li>
   
 <li>
-<p>Compaction. By default, when a cache file is closed, it is compacted and compressed (at a rate of around 100 MB per second). That way, the disk space is used more efficiently. To disable this option, use &#x201c;-compact&#x201d;.</p></li>
+<p>Compaction. The cache file can be compacted and compressed (at a rate of around 100 MB per second) when it is closed. That way, the disk space is used more efficiently. To enable this option, use &#x201c;+compact&#x201d;. (Please note this feature was enabled by default in versions 1.2.1, 1.0.13, and older.)</p></li>
   
 <li>
 <p>Compression. By default, the cache is compressed, saving space. To disable this option, use &#x201c;-compress&#x201d;.</p></li>