API17:JCacheController
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/cache/controller.php | libraries/joomla/cache/controller.php | ||
| + | * see source code in [[jplatform:cache/controller.php|BitBucket]] | ||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Cache/11.1|Cache]] | [[Subpackage Cache/11.1|Cache]] | ||
| Line 48: | Line 49: | ||
<source lang="php">jimport( 'joomla.cache.controller' );</source> | <source lang="php">jimport( 'joomla.cache.controller' );</source> | ||
===See also=== | ===See also=== | ||
| + | * JCacheController source code in [[jplatform:cache/controller.php|BitBucket]] | ||
* [[JCacheController|Other versions of this class]] | * [[JCacheController|Other versions of this class]] | ||
{{SeeAlso:JCacheController}} | {{SeeAlso:JCacheController}} | ||
Revision as of 17:50, 23 April 2011
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.
[Edit Descripton] Description:JCacheController
Defined in
libraries/joomla/cache/controller.php
- see source code in BitBucket
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
- JCacheController source code in BitBucket
- Other versions of this class
SeeAlso:JCacheController [Edit See Also]
Examples
<CodeExamplesForm />
