JCacheController/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 JCacheController

Description

Description:JCacheController [Edit Descripton]

Methods

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

Importing

jimport( 'joomla.cache.controller' );

See also

SeeAlso:JCacheController [Edit See Also]

User contributed notes


Personal tools