JCacheCallback/1.5

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.5 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

SeeAlso:JCacheCallback [Edit See Also]

User contributed notes


Personal tools