JCacheControllerCallback::call: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (6 intermediate revisions by 2 users 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 | public function call () | ||
</source> | </source> | ||
=== | * '''Returns''' | ||
* '''Defined''' on line 38 of libraries/joomla/cache/controller/callback.php | |||
===See also=== | |||
* {{JVer|11.1}} '''JCacheControllerCallback::call source code''' on [[jplatform:cache/controller/callback.php#cl-30|BitBucket]] | |||
* {{JVer|11.1}} Class [[API17:JCacheControllerCallback|JCacheControllerCallback]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]] | |||
* [[API17:JCacheControllerCallback::call|Other versions of JCacheControllerCallback::call]] | |||
===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=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
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