JCacheCallback
From Joomla! Documentation
(Difference between revisions)
(New page: '''JCacheCallback''' is a concrete cache handler. It caches and returns the output and results of callbackfunctions. ===Availability=== {{JVer|1.5|From Joomla 1.5}} {{JVer|1.6|Joomla 1.6}...) |
(→Concrete Cache Storage Handlers) |
||
| Line 43: | Line 43: | ||
* [[JCacheStorageMemcache]] | * [[JCacheStorageMemcache]] | ||
* [[JCacheStorageXCache]] | * [[JCacheStorageXCache]] | ||
| − | * [[ | + | * [[JSessionStorageXcache]] |
<noinclude>[[Category:Development]][[Category:Framework]][[Category:JCache]]</noinclude> | <noinclude>[[Category:Development]][[Category:Framework]][[Category:JCache]]</noinclude> | ||
Revision as of 15:55, 9 August 2009
JCacheCallback is a concrete cache handler. It caches and returns the output and results of callbackfunctions.
Contents |
Availability
Defined in
/libraries/joomla/cache/handler/callback.php
Extends
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.handler.callback' );
See also
Concrete Caching Handlers
- JCacheView
- JCachePage
- JCacheCallback
- JCacheOutput