JCacheCallback

From Joomla! Documentation
(Difference between revisions)
Jump to: navigation, search
(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]]
* [[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

From Joomla 1.5 Joomla 1.6

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

Abstract Cache Storage Handler

Concrete Cache Storage Handlers

Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox