Index: documentation/manual/en/module_specs/Zend_Application-AvailableResources-Db.xml
===================================================================
--- documentation/manual/en/module_specs/Zend_Application-AvailableResources-Db.xml	(revision 22515)
+++ documentation/manual/en/module_specs/Zend_Application-AvailableResources-Db.xml	(working copy)
@@ -38,6 +38,13 @@
                 establish this adapter as the default table adapter.
             </para>
         </listitem>
+
+        <listitem>
+            <para>
+                <emphasis><property>defaultMetadataCache</property></emphasis>: the name of cache 
+                template or an instance of Zend_Cache_Core for metadata of Zend_Db_Table.
+            </para>
+        </listitem>
     </itemizedlist>
 
     <example id="zend.application.available-resources.db.configExample">
@@ -56,6 +63,9 @@
 resources.db.params.password = "XXXXXXX"
 resources.db.params.dbname = "test"
 resources.db.isDefaultTableAdapter = true
+
+; Optionally you can also use a name of cache template:
+resources.db.defaultMetadataCache = "database"
 ]]></programlisting>
     </example>
 
