API17

JCacheControllerCallback::call: Difference between revisions

From Joomla! Documentation

m User contributed notes: moving preparation
m preparing for archive only
 
(2 intermediate revisions by the same user not shown)
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}}
 
<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 15: Line 13:
===See also===
===See also===
* {{JVer|11.1}} '''JCacheControllerCallback::call source code''' on [[jplatform:cache/controller/callback.php#cl-30|BitBucket]]
* {{JVer|11.1}} '''JCacheControllerCallback::call source code''' on [[jplatform:cache/controller/callback.php#cl-30|BitBucket]]
* {{JVer|11.1}} Class [[JCacheControllerCallback/11.1|JCacheControllerCallback]]
* {{JVer|11.1}} Class [[API17:JCacheControllerCallback|JCacheControllerCallback]]
* {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* [[JCacheControllerCallback::call|Other versions of JCacheControllerCallback::call]]
* [[API17:JCacheControllerCallback::call|Other versions of JCacheControllerCallback::call]]
{{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 />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JCacheControllerCallback::call
category=JCacheControllerCallback::call
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:25, 25 March 2017

Joomla 11.1 JCacheControllerCallback::call

Description

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


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

See also


User contributed notes

Code Examples