ソースを参照

[ZF-6291]Zend_Cache::factory() denies creation of Zend_Cache_Backend_TwoLevels backend on Linux

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17717 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 年 前
コミット
465b3e2931

+ 9 - 1
documentation/manual/en/module_specs/Zend_Cache-Backends.xml

@@ -304,7 +304,7 @@
         <title>Zend_Cache_Backend_ZendPlatform</title>
         <para>
             This backend uses content caching <acronym>API</acronym> of the <ulink
-                url="http://www.zend.com/products/platform">Zend Platform</ulink> product.
+                url="http://www.zend.com/en/products/platform/">Zend Platform</ulink> product.
             Naturally, to use this backend you need to have Zend Platform installed.
         </para>
         <para>
@@ -335,6 +335,14 @@ $cache = Zend_Cache::factory('Core', 'Zend Platform');
             backends.
         </para>
         <para>
+            Specify this backend using a word separator -- '-', '.', ' ', or '_'
+            -- between the words 'Two' and 'Levels' when using the
+            <methodname>Zend_Cache::factory()</methodname> method:
+        </para>
+        <programlisting language="php"><![CDATA[
+$cache = Zend_Cache::factory('Core', 'Two Levels');
+]]></programlisting>
+        <para>
             Available options are :
         </para>
         <table id="zend.cache.backends.twolevels.table">