JCacheControllerCallback::call: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m preparing for archive only |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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. | ||
<source lang="php"> | <source lang="php"> | ||
public function call () | public function call () | ||
| Line 15: | Line 13: | ||
===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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JCacheControllerCallback::call | category=JCacheControllerCallback::call | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:25, 25 March 2017
JCacheControllerCallback::call
Description
Executes a cacheable callback if not found in cache else returns cached output and result.
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
User contributed notes
Code Examples