Author: thomasm
Date: Wed Feb 25 14:02:35 2015
New Revision: 1662213
URL: http://svn.apache.org/r1662213
Log:
OAK-301 : oak documentation
Modified:
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md
Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md?rev=1662213&r1=1662212&r2=1662213&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md
(original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md Wed
Feb 25 14:02:35 2015
@@ -15,10 +15,13 @@
limitations under the License.
-->
-Oak DocumentMK
+Oak Document Storage
==============
-One of the plugins in Oak stores data in a document oriented format. The
plugin implements two low level APIs, the `MicroKernel` and `NodeStore`
interface.
+One of the plugins in Oak stores data in a document oriented format.
+The plugin implements two low level APIs, the `MicroKernel` and `NodeStore`
interface.
+
+The document storage optionally uses the [persistent
cache](persistent-cache.html) to reduce read operations on the backend storage.
Backend implementations
-----------------------