API17

JCacheControllerCallback::call: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 10: Line 10:
===Synopsis===
===Synopsis===
<source lang="php">
<source lang="php">
public JCacheControllerCallback->call ()
public JCacheControllerCallback::call ()
</source>
</source>
===Returns===
===Returns===


===Defined in===
===Defined in===
libraries/joomla/cache/controller/callback.php
libraries/joomla/cache/controller/callback.php (line 38)
* see source code in [[jplatform:cache/controller/callback.php#cl-38|BitBucket]]
===Referenced by===
===Referenced by===
===See also===
===See also===

Revision as of 01:00, 24 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]

Synopsis

public JCacheControllerCallback::call ()

Returns

Defined in

libraries/joomla/cache/controller/callback.php (line 38)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JCacheControllerCallback::call

Examples

<CodeExamplesForm />