Author: shashank
Date: Thu Feb  4 07:45:17 2016
New Revision: 1728415

URL: http://svn.apache.org/viewvc?rev=1728415&view=rev
Log:
OAK-3253 Support caching in FileDataStoreService
                 
Updated documentation in oak docs.

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md?rev=1728415&r1=1728414&r2=1728415&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md Thu Feb  4 
07:45:17 2016
@@ -214,6 +214,15 @@ cacheSizeInMB
 : Size in MB. In memory cache for storing small files whose size is less than 
`maxCachedBinarySize`. This
   helps in better performance when lots of small binaries are accessed 
frequently.
 
+cacheSize
+: Default - 0
+: Size in bytes of FileDataStore cache. Cache is enabled when cacheSize > 0.  
Default is disabled.
+
+cachePath
+: Default - ${home.dir}/repository/datastore
+: Path of local file system cache
+
+
 #### Jackrabbit 2 - S3DataStore
 
 _PID `org.apache.jackrabbit.oak.plugins.blob.datastore.S3DataStore`_


Reply via email to