API17

API17:JCacheController

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:JCacheController

Defined in

libraries/joomla/cache/controller.php

Subpackage

Cache

Extends

Extended by

Methods

Method name Description
__call
__construct Constructor.
get Get stored cached data by id and group.
setCaching Set caching enabled state.
setLifeTime Set cache lifetime.
store Store data to cache by id and group.
addIncludePath Add a directory where should search for controllers.
getInstance Returns a reference to a cache adapter object, always creating it.

Importing

jimport( 'joomla.cache.controller' );

See also

Template:SeeAlso:JCacheController [Edit See Also]

Examples

<CodeExamplesForm />