JCacheCallback/1.5
From Joomla! Documentation
< JCacheCallback(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 31: | Line 31: | ||
<source lang="php">jimport( 'joomla.cache.handler.callback' );</source> | <source lang="php">jimport( 'joomla.cache.handler.callback' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JCacheCallback''' on [http://api.joomla.org/Joomla-Framework/Cache/JCacheCallback.html api.joomla.org] | + | * {{JVer|1.5}} '''JCacheCallback''' on [http://api.joomla.org/1.5/Joomla-Framework/Cache/JCacheCallback.html api.joomla.org] |
* {{JVer|1.5}} '''JCacheCallback source code''' on [[jframework15:cache/handler/callback.php|JoomlaCode]] | * {{JVer|1.5}} '''JCacheCallback source code''' on [[jframework15:cache/handler/callback.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Cache/1.5|Cache]] | * {{JVer|1.5}} Subpackage [[Subpackage Cache/1.5|Cache]] | ||
Latest revision as of 14:15, 13 February 2013
[edit]
JCacheCallback
[edit] Description
JCacheCallback is a concrete cache handler. It caches and returns the output and results of callback functions. [Edit Descripton]
[edit] 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
[edit] Importing
jimport( 'joomla.cache.handler.callback' );
[edit] See also
-
JCacheCallback on api.joomla.org
-
JCacheCallback source code on JoomlaCode
-
Subpackage Cache
- Other versions of JCacheCallback
SeeAlso:JCacheCallback [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />