API17:JCacheController::getInstance
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 35: | Line 35: | ||
object A object | object A object | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/cache/controller.php | + | libraries/joomla/cache/controller.php (line 69) |
| + | * see source code in [[jplatform:cache/controller.php#cl-69|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
| − | * [[JCache | + | * [[JCache::getInstance/11.1|JCache::getInstance]] |
===See also=== | ===See also=== | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 20:00, 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.
JCacheController::getInstance
Description
Returns a reference to a cache adapter object, always creating it.
Description:JCacheController::getInstance [Edit Descripton]
Since
Synopsis
public static JCacheController::getInstance ($type= 'output', $options=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | string | 'output' | The cache object type to instantiate |
| $options | array() |
Returns
object A object
Defined in
libraries/joomla/cache/controller.php (line 69)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JCacheController::getInstance
Examples
<CodeExamplesForm />
