API17

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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JCacheControllerOutput|Edit Descripton]]<nowiki>]</nowiki>
</span>
===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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JCacheControllerOutput|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 14:50, 24 March 2017

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

{{subst:SeeAlso:JCacheControllerOutput}}

User contributed notes

<CodeExamplesForm />