|
|
@@ -55,7 +55,7 @@ class Zend_Cache_Frontend_Output extends Zend_Cache_Core
|
|
|
*
|
|
|
* @param string $id Cache id
|
|
|
* @param boolean $doNotTestCacheValidity If set to true, the cache validity won't be tested
|
|
|
- * @param boolean $echoData If set to true, datas are sent to the browser if the cache is hit (simpy returned else)
|
|
|
+ * @param boolean $echoData If set to true, datas are sent to the browser if the cache is hit (simply returned else)
|
|
|
* @return mixed True if the cache is hit (false else) with $echoData=true (default) ; string else (datas)
|
|
|
*/
|
|
|
public function start($id, $doNotTestCacheValidity = false, $echoData = true)
|