API17

JCacheController

From Joomla! Documentation

Revision as of 17:56, 27 April 2011 by Doxiki2 (talk | contribs) (Updated to r1448:247ba8d88526)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JCacheController[edit]

Description[edit]

Template:Description:JCacheController [Edit Descripton]

Methods[edit]

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[edit]

jimport( 'joomla.cache.controller' );

See also[edit]

Template:SeeAlso:JCacheController [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />