API17

JCacheControllerCallback::call: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Executes a cacheable callback if not found in cache else returns cached output and result.  
Executes a cacheable callback if not found in cache else returns cached output and result.  


{{Description:JCacheControllerCallback::call}}
{{subst:Description:JCacheControllerCallback::call}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JCacheControllerCallback::call|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function call ()
public function call ()
Line 18: Line 16:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* [[API17:JCacheControllerCallback::call|Other versions of JCacheControllerCallback::call]]
* [[API17:JCacheControllerCallback::call|Other versions of JCacheControllerCallback::call]]
{{SeeAlso:JCacheControllerCallback::call}}
{{subst:SeeAlso:JCacheControllerCallback::call}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JCacheControllerCallback::call|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 JCacheControllerCallback::call

Description

Executes a cacheable callback if not found in cache else returns cached output and result.

{{subst:Description:JCacheControllerCallback::call}}

public function call ()
  • Returns
  • Defined on line 38 of libraries/joomla/cache/controller/callback.php

See also

{{subst:SeeAlso:JCacheControllerCallback::call}}

User contributed notes

<CodeExamplesForm />