Author: mreutegg
Date: Wed Jul 27 14:36:32 2016
New Revision: 1754279
URL: http://svn.apache.org/viewvc?rev=1754279&view=rev
Log:
OAK-4605: Separate persistent cache for diff and local_diff
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=1754279&r1=1754278&r2=1754279&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
Wed Jul 27 14:36:32 2016
@@ -84,6 +84,19 @@ An example configuration is:
./cache,size=2048,binary=0,-compact,-compress
+### Journal cache
+
+Diff cache entries can also be stored in a separate persistent cache and
+configured independently if needed. This can be enabled in the OSGi
+configuration like in the following example:
+
+ org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService
+ persistentCache=./cache,size=2048
+ journalCache=./journal,size=1024
+
+The configuration options are the same as for the `persistentCache`, but
options
+unrelated to the diff cache type are ignored.
+
###Â Dependencies
Internally, the persistent cache uses a key-value store