JCacheControllerOutput: Difference between revisions
From Joomla! Documentation
m moving preparation |
m clean up |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JCacheControllerOutput== | =={{JVer|11.1}} JCacheControllerOutput== | ||
===Description=== | ===Description=== | ||
{{Description:JCacheControllerOutput}} | {{subst:Description:JCacheControllerOutput}} | ||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
| Line 30: | Line 28: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage Cache|Cache]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage Cache|Cache]] | ||
* [[API17:JCacheControllerOutput|Other versions of JCacheControllerOutput]] | * [[API17:JCacheControllerOutput|Other versions of JCacheControllerOutput]] | ||
{{SeeAlso:JCacheControllerOutput}} | {{subst:SeeAlso:JCacheControllerOutput}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 14:50, 24 March 2017
JCacheControllerOutput
Description
{{subst:Description:JCacheControllerOutput}}
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
{{subst:SeeAlso:JCacheControllerOutput}}
User contributed notes
<CodeExamplesForm />