JCacheController: Difference between revisions
From Joomla! Documentation
m →User contributed notes: bad link repair |
m JoomlaWikiBot moved page JCacheController/11.1 to API17:JCacheController without leaving a redirect: Robot: Moved page |
(No difference)
| |
Revision as of 19:59, 10 May 2013
JCacheController
Description
Template: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. |
- Defined in libraries/joomla/cache/controller.php
- Extended by
Importing
jimport( 'joomla.cache.controller' );
See also
JCacheController source code on BitBucket
Subpackage Cache- Other versions of JCacheController
Template:SeeAlso:JCacheController [Edit See Also]
User contributed notes
<CodeExamplesForm />