JCacheOutput/1.5
From Joomla! Documentation
JCacheOutput
Description
JCacheOutput is a concrete cache handler. It caches and returns output. [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | end | Stop the cache buffer and store the cached data. |
| public | start | Start the cache. |
- Defined in libraries/joomla/cache/handler/output.php
- Extends JCache
Importing
jimport( 'joomla.cache.handler.output' );
See also
-
JCacheOutput on api.joomla.org
-
JCacheOutput source code on JoomlaCode
-
Subpackage Cache
- Other versions of JCacheOutput
SeeAlso:JCacheOutput [Edit See Also]
User contributed notes
<CodeExamplesForm />