Source for file Output.php
Documentation is available at Output.php
* This class extends Cache_Lite and uses output buffering to get the data to cache.
* There are some examples in the 'docs/examples' file
* Technical choices are described in the 'docs/technical' file
* @version $Id: Output.php,v 1.1 2005/07/22 01:57:13 eddieajau Exp $
* @author Fabien MARTY <fab@php.net>
require_once('Cache/Lite.php');
// --- Public methods ---
* $options is an assoc. To have a look at availables options,
* see the constructor of the Cache_Lite class in 'Cache_Lite.php'
* @param array $options options
* @param string $id cache id
* @param string $group name of the cache group
* @return boolean true if the cache is hit (false else)
function start($id, $group =
'default')
$data =
$this->get($id, $group);
Documentation generated on Mon, 05 May 2008 16:21:41 +0400 by phpDocumentor 1.4.0