API17:JCacheControllerCallback
From Joomla! Documentation
[Edit Descripton] Template:Description:JCacheControllerCallback
Defined in
libraries/joomla/cache/controller/callback.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| call | Executes a cacheable callback if not found in cache else returns cached output and result. |
| get | Executes a cacheable callback if not found in cache else returns cached output and result. |
Importing
jimport( 'joomla.cache.controller.callback' );
See also
Template:SeeAlso:JCacheControllerCallback [Edit See Also]
Examples
<CodeExamplesForm />