| [ Index ] |
|
Code source de PHP PEAR 1.4.5 |
[Code source] [Imprimer] [Statistiques]
This class extends Cache_Lite and uses output buffering to get the data to cache.
| Author: | Fabien MARTY <fab@php.net> |
| Version: | $Id: Output.php,v 1.4 2006/01/29 00:22:07 fab Exp $ |
| Poids: | 72 lignes (2 kb) |
| Inclus ou requis: | 4 fois |
| Référencé: | 0 fois |
| Nécessite: | 1 fichier Cache/Lite.php |
Cache_Lite_Output:: (3 méthodes):
Cache_Lite_Output()
start()
end()
Classe: Cache_Lite_Output - X-Ref
| Cache_Lite_Output($options) X-Ref |
| Constructor $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 |
| start($id, $group = 'default', $doNotTestCacheValidity = false) X-Ref |
| Start the cache param: string $id cache id param: string $group name of the cache group param: boolean $doNotTestCacheValidity if set to true, the cache validity won't be tested return: boolean true if the cache is hit (false else) |
| end() X-Ref |
| Stop the cache |
| Généré le : Sun Feb 25 14:08:00 2007 | par Balluche grâce à PHPXref 0.7 |