API17

Difference between revisions of "JCacheControllerCallback"

From Joomla! Documentation

m (clean up)
m (preparing for archive only)
 
Line 2: Line 2:
 
=={{JVer|11.1}} JCacheControllerCallback==
 
=={{JVer|11.1}} JCacheControllerCallback==
 
===Description===
 
===Description===
{{subst:Description:JCacheControllerCallback}}
+
 
  
 
===Methods===
 
===Methods===
Line 28: Line 28:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage Cache|Cache]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage Cache|Cache]]
 
* [[API17:JCacheControllerCallback|Other versions of JCacheControllerCallback]]
 
* [[API17:JCacheControllerCallback|Other versions of JCacheControllerCallback]]
{{subst:SeeAlso:JCacheControllerCallback}}
+
 
  
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JCacheControllerCallback
 
category=JCacheControllerCallback
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*

Latest revision as of 21:25, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JCacheControllerCallback[edit]

Description[edit]

Methods[edit]

Visibility Method name Description
public call Executes a cacheable callback if not found in cache else returns cached output and result.
public get Executes a cacheable callback if not found in cache else returns cached output and result.
  • Defined in libraries/joomla/cache/controller/callback.php
  • Extends JCacheController

Importing[edit]

jimport( 'joomla.cache.controller.callback' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]