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