diff --git a/openjpa-project/src/doc/manual/ref_guide_conf.xml b/openjpa-project/src/doc/manual/ref_guide_conf.xml
index 19e7d17be..d42120cdc 100644
--- a/openjpa-project/src/doc/manual/ref_guide_conf.xml
+++ b/openjpa-project/src/doc/manual/ref_guide_conf.xml
@@ -1658,6 +1658,46 @@ expire from the cache. This property can also be specified for individual
classes. See for details.
+
+
+
+ openjpa.DataCacheMode
+
+
+
+ DataCacheMode
+
+
+
+
+ caching
+
+
+ DataCacheTimeout
+
+
+
+Property name:
+openjpa.DataCacheMode
+
+
+Configuration API:
+
+org.apache.openjpa.conf.OpenJPAConfiguration.getDataCacheMode
+
+
+
+Resource adaptor config-property:
+DataCacheMode
+
+
+Default: -1
+
+
+Description:Determines which entities will be included in the DataCache. May be any of the values defined in .
+
+
+