API17

JCacheControllerCallback::call: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(6 intermediate revisions by 2 users 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>
===Synopsis===
<source lang="php">
<source lang="php">
public JCacheControllerCallback->call ()
public function call ()
</source>
</source>
===Returns===
* '''Returns'''
* '''Defined''' on line 38 of libraries/joomla/cache/controller/callback.php
===See also===
* {{JVer|11.1}} '''JCacheControllerCallback::call source code''' on [[jplatform:cache/controller/callback.php#cl-30|BitBucket]]
* {{JVer|11.1}} Class [[API17:JCacheControllerCallback|JCacheControllerCallback]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* [[API17:JCacheControllerCallback::call|Other versions of JCacheControllerCallback::call]]


===Defined in===
 
libraries/joomla/cache/controller/callback.php
===User contributed notes===
===Referenced by===
=== Code Examples ===
===See also===
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JCacheControllerCallback::call|Edit See Also]]<nowiki>]</nowiki>
</span>
* [[JCacheControllerCallback/11.1|JCacheControllerCallback]]
* [[JCacheControllerCallback::call|Other versions of this method]]
{{SeeAlso:JCacheControllerCallback::call}}
===Examples===
<CodeExamplesForm />
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JCacheControllerCallback::call
category=JCacheControllerCallback::call
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JCacheControllerCallback]][[Category:JCacheControllerCallback::call]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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