You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2016/10/18 14:58:08 UTC

svn commit: r1765453 - /jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/persistent-cache.md

Author: mreutegg
Date: Tue Oct 18 14:58:08 2016
New Revision: 1765453

URL: http://svn.apache.org/viewvc?rev=1765453&view=rev
Log:
OAK-2460: Resolve the base directory path of persistent cache against repository home

Update documentation

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/persistent-cache.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/persistent-cache.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/persistent-cache.md?rev=1765453&r1=1765452&r2=1765453&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/persistent-cache.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/persistent-cache.md Tue Oct 18 14:58:08 2016
@@ -42,7 +42,10 @@ The first element is the directory where
     ./cache
 
 In this case, the data is stored in the directory "cache", 
-relative to the current working directory.
+relative to the `repository.home` directory. If no repository home directory is
+configured, the directory is relative to the current working directory. Oak
+versions prior to 1.6 always resolve to the current working directory and ignore
+the `repository.home` configuration.
 By default, there are at most two files (two generations) with the name "cache-x.data", 
 where x is an incrementing number (0, 1,...). 
 A file is at most 1 GB by default.