JCacheControllerOutput: Difference between revisions
From Joomla! Documentation
m →User contributed notes: bad link repair |
m JoomlaWikiBot moved page JCacheControllerOutput/11.1 to API17:JCacheControllerOutput without leaving a redirect: Robot: Moved page |
(No difference)
| |
Revision as of 20:01, 10 May 2013
JCacheControllerOutput
Description
Template:Description:JCacheControllerOutput [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/controller/output.php
- Extends JCacheController
Importing
jimport( 'joomla.cache.controller.output' );
See also
JCacheControllerOutput source code on BitBucket
Subpackage Cache- Other versions of JCacheControllerOutput
Template:SeeAlso:JCacheControllerOutput [Edit See Also]
User contributed notes
<CodeExamplesForm />