|
|
@@ -661,8 +661,8 @@ $result = $cache->foobar2('1', '2');
|
|
|
This frontend operates by registering a callback function to be called
|
|
|
when the output buffering it uses is cleaned. In order for this to operate
|
|
|
correctly, it must be the final output buffer in the request. To guarantee
|
|
|
- this, the output buffering used by the Dispatcher MUST be disabled by
|
|
|
- calling <classname>Zend_Controller_Front</classname>'s
|
|
|
+ this, the output buffering used by the Dispatcher <emphasis>must</emphasis> be
|
|
|
+ disabled by calling <classname>Zend_Controller_Front</classname>'s
|
|
|
<methodname>setParam()</methodname> method, for example,
|
|
|
<command>$front->setParam('disableOutputBuffering', true);</command> or adding
|
|
|
"resources.frontcontroller.params.disableOutputBuffering = true"
|
|
|
@@ -999,16 +999,17 @@ if ($someTest) {
|
|
|
<para>
|
|
|
<classname>Zend_Cache_Frontend_Capture</classname> is like
|
|
|
<classname>Zend_Cache_Frontend_Output</classname> but designed for a complete page.
|
|
|
- It's impossible to use <classname>Zend_Cache_Frontend_Capture</classname> for caching
|
|
|
- only a single block. This class is specifically designed to operate in concert
|
|
|
- only with the <classname>Zend_Cache_Backend_Static</classname> backend to
|
|
|
- assist in caching entire pages of HTML/XML or other content to a physical static
|
|
|
- file on the local filesystem.
|
|
|
+ It's impossible to use <classname>Zend_Cache_Frontend_Capture</classname> for
|
|
|
+ caching only a single block. This class is specifically designed to operate in
|
|
|
+ concert only with the <classname>Zend_Cache_Backend_Static</classname> backend to
|
|
|
+ assist in caching entire pages of <acronym>HTML</acronym> / <acronym>XML</acronym>
|
|
|
+ or other content to a physical static file on the local filesystem.
|
|
|
</para>
|
|
|
|
|
|
<para>
|
|
|
- Please refer to the documentation on <classname>Zend_Cache_Backend_Static</classname>
|
|
|
- for all use cases pertaining to this class.
|
|
|
+ Please refer to the documentation on
|
|
|
+ <classname>Zend_Cache_Backend_Static</classname> for all use cases pertaining to
|
|
|
+ this class.
|
|
|
</para>
|
|
|
|
|
|
<note>
|
|
|
@@ -1016,8 +1017,8 @@ if ($someTest) {
|
|
|
This frontend operates by registering a callback function to be called
|
|
|
when the output buffering it uses is cleaned. In order for this to operate
|
|
|
correctly, it must be the final output buffer in the request. To guarantee
|
|
|
- this, the output buffering used by the Dispatcher MUST be disabled by
|
|
|
- calling <classname>Zend_Controller_Front</classname>'s
|
|
|
+ this, the output buffering used by the Dispatcher <emphasis>must</emphasis> be
|
|
|
+ disabled by calling <classname>Zend_Controller_Front</classname>'s
|
|
|
<methodname>setParam()</methodname> method, for example,
|
|
|
<command>$front->setParam('disableOutputBuffering', true);</command> or adding
|
|
|
"resources.frontcontroller.params.disableOutputBuffering = true"
|