API17

JCacheControllerOutput: Difference between revisions

From Joomla! Documentation

m User contributed notes: moving preparation
m moving preparation
Line 14: Line 14:
|-
|-
|public  
|public  
|[[JCacheControllerOutput::end/11.1|end]]
|[[API17:JCacheControllerOutput::end|end]]
|Stop the cache buffer and store the cached data.  
|Stop the cache buffer and store the cached data.  
|-
|-
|public  
|public  
|[[JCacheControllerOutput::start/11.1|start]]
|[[API17:JCacheControllerOutput::start|start]]
|Start the cache.  
|Start the cache.  
|-
|-
|}
|}
* '''Defined in''' libraries/joomla/cache/controller/output.php
* '''Defined in''' libraries/joomla/cache/controller/output.php
* '''Extends''' [[JCacheController/11.1|JCacheController]]
* '''Extends''' [[API17:JCacheController|JCacheController]]
===Importing===
===Importing===
<source lang="php">jimport( 'joomla.cache.controller.output' );</source>
<source lang="php">jimport( 'joomla.cache.controller.output' );</source>
===See also===
===See also===
* {{JVer|11.1}} '''JCacheControllerOutput source code''' on [[jplatform:cache/controller/output.php|BitBucket]]
* {{JVer|11.1}} '''JCacheControllerOutput source code''' on [[jplatform:cache/controller/output.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Cache/11.1|Cache]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage Cache|Cache]]
* [[JCacheControllerOutput|Other versions of JCacheControllerOutput]]
* [[API17:JCacheControllerOutput|Other versions of JCacheControllerOutput]]
{{SeeAlso:JCacheControllerOutput}}
{{SeeAlso:JCacheControllerOutput}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">

Revision as of 00:50, 12 May 2013

Joomla 11.1 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

Template:SeeAlso:JCacheControllerOutput [Edit See Also]

User contributed notes

<CodeExamplesForm />