JCacheControllerCallback: Difference between revisions
From Joomla! Documentation
Updated to r1448:247ba8d88526 |
m →User contributed notes: bad link repair |
||
| Line 45: | Line 45: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JCacheControllerCallback]]</noinclude> | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JCacheControllerCallback]]</noinclude> | ||
Revision as of 18:30, 29 August 2012
JCacheControllerCallback
Description
Template:Description:JCacheControllerCallback [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | call | Executes a cacheable callback if not found in cache else returns cached output and result. |
| public | get | Executes a cacheable callback if not found in cache else returns cached output and result. |
- Defined in libraries/joomla/cache/controller/callback.php
- Extends JCacheController
Importing
jimport( 'joomla.cache.controller.callback' );
See also
JCacheControllerCallback source code on BitBucket
Subpackage Cache- Other versions of JCacheControllerCallback
Template:SeeAlso:JCacheControllerCallback [Edit See Also]
User contributed notes
<CodeExamplesForm />