JCacheControllerOutput: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JCacheControllerOutput== | =={{JVer|11.1}} JCacheControllerOutput== | ||
===Description=== | ===Description=== | ||
===Methods=== | ===Methods=== | ||
| Line 28: | 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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JCacheControllerOutput | category=JCacheControllerOutput | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
Latest revision as of 02:25, 25 March 2017
JCacheControllerOutput
Description
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
User contributed notes
Code Examples