API17

JCacheController

From Joomla! Documentation

Revision as of 17:50, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

[Edit Descripton] Template:Description:JCacheController

Defined in[edit]

libraries/joomla/cache/controller.php

Subpackage[edit]

Cache

Extends[edit]

Extended by[edit]

Methods[edit]

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

jimport( 'joomla.cache.controller' );

See also[edit]

Template:SeeAlso:JCacheController [Edit See Also]

Examples[edit]

<CodeExamplesForm />