API17

API17:JCacheControllerCallback

From Joomla! Documentation

Revision as of 20:45, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Edit Descripton] Template:Description:JCacheControllerCallback

Defined in

libraries/joomla/cache/controller/callback.php

Subpackage

Cache

Extends

JCacheController

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 />