API17:JCacheController
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
m (→User contributed notes: bad link repair) |
||
| Line 73: | Line 73: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JCacheController]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JCacheController]]</noinclude> |
Revision as of 13:30, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
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. |
- 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
SeeAlso:JCacheController [Edit See Also]
User contributed notes
<CodeExamplesForm />
