API17:JCacheController::getInstance
From Joomla! Documentation
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 />
