API15:JCacheOutput
From Joomla! Documentation
JCacheOutput is a concrete cache handler. It caches and returns output.
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' );
Examples
Code Examples