API17

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===
{{subst:Description:JCacheControllerOutput}}
 


===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]]
{{subst:SeeAlso:JCacheControllerOutput}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JCacheControllerOutput
category=JCacheControllerOutput
category=CodeExample
namespace=CodeExample
category=ClassExample
category=ClassExample
include=*
include=*

Latest revision as of 02:25, 25 March 2017

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


User contributed notes

Code Examples