JCacheControllerCallback::call: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 10: | Line 10: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
public | 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
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)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JCacheControllerCallback::call
Examples
<CodeExamplesForm />