JCacheCallback/1.5
From Joomla! Documentation
JCacheCallback
Description
JCacheCallback is a concrete cache handler. It caches and returns the output and results of callback functions. [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _makeId | Generate a callback cache id. |
| 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/handler/callback.php
- Extends JCache
Importing
jimport( 'joomla.cache.handler.callback' );
See also
-
JCacheCallback on api.joomla.org
-
JCacheCallback source code on JoomlaCode
-
Subpackage Cache
- Other versions of JCacheCallback
SeeAlso:JCacheCallback [Edit See Also]
User contributed notes
<CodeExamplesForm />