JCacheControllerCallback::call: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| 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}} | {{subst:Description:JCacheControllerCallback::call}} | ||
<source lang="php"> | <source lang="php"> | ||
public function call () | public function call () | ||
| Line 18: | Line 16: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]] | ||
* [[API17:JCacheControllerCallback::call|Other versions of JCacheControllerCallback::call]] | * [[API17:JCacheControllerCallback::call|Other versions of JCacheControllerCallback::call]] | ||
{{SeeAlso:JCacheControllerCallback::call}} | {{subst:SeeAlso:JCacheControllerCallback::call}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 14:50, 24 March 2017
JCacheControllerCallback::call
Description
Executes a cacheable callback if not found in cache else returns cached output and result.
{{subst:Description:JCacheControllerCallback::call}}
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
{{subst:SeeAlso:JCacheControllerCallback::call}}
User contributed notes
<CodeExamplesForm />