API17

JCacheControllerCallback::call: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
Line 8: Line 8:
<nowiki>[</nowiki>[[Description:JCacheControllerCallback::call|Edit Descripton]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[Description:JCacheControllerCallback::call|Edit Descripton]]<nowiki>]</nowiki>
</span>
</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
===Defined in===
libraries/joomla/cache/controller/callback.php (line 38)
* see source code in [[jplatform:cache/controller/callback.php#cl-38|BitBucket]]
===Referenced by===
===See also===
===See also===
* {{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}} Subpackage [[Subpackage_Cache/11.1|Cache]]
* [[JCacheControllerCallback::call|Other versions of JCacheControllerCallback::call]]
{{SeeAlso:JCacheControllerCallback::call}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JCacheControllerCallback::call|Edit See Also]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[SeeAlso:JCacheControllerCallback::call|Edit See Also]]<nowiki>]</nowiki>
</span>
</span>
* [[JCacheControllerCallback/11.1|JCacheControllerCallback]]
===User contributed notes===
* [[JCacheControllerCallback::call|Other versions of this method]]
{{SeeAlso:JCacheControllerCallback::call}}
===Examples===
<CodeExamplesForm />
<CodeExamplesForm />
<dpl>
<dpl>
Line 33: Line 30:
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JCacheControllerCallback]][[Category:JCacheControllerCallback::call]]</noinclude>
<noinclude>[[Category:JCacheControllerCallback]][[Category:JCacheControllerCallback::call]]</noinclude>

Revision as of 01:15, 28 April 2011

Joomla 11.1 JCacheControllerCallback::call

Description

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

Template:Description:JCacheControllerCallback::call [Edit Descripton]

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

See also

Template:SeeAlso:JCacheControllerCallback::call [Edit See Also]

User contributed notes

<CodeExamplesForm />