JCacheControllerCallback::call: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m →See also: moving preparation |
||
| Line 15: | Line 15: | ||
===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 | * {{JVer|11.1}} Class [[API17:JCacheControllerCallback|JCacheControllerCallback]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_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}} | {{SeeAlso:JCacheControllerCallback::call}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 00:50, 12 May 2013
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
JCacheControllerCallback::call source code on BitBucket
Class JCacheControllerCallback
Subpackage Cache- Other versions of JCacheControllerCallback::call
Template:SeeAlso:JCacheControllerCallback::call [Edit See Also]
User contributed notes
<CodeExamplesForm />