API17:JCacheController
From Joomla! Documentation
[Edit Descripton] Template:Description:JCacheController
Defined in
libraries/joomla/cache/controller.php
Subpackage
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 />