API16:JCacheOutput
From Joomla! Documentation
[Edit Descripton] JCacheOutput is a concrete cache handler. It caches and returns output.
Contents |
Defined in
libraries/joomla/cache/handler/output.php
Methods
| Method name | Description |
|---|---|
| start | Start the cache |
| end | Stop the cache buffer and store the cached data |
Importing
jimport( 'joomla.cache.handler.output' );
[Edit See Also] SeeAlso:JCacheOutput