API17:JCacheController::getInstance
From Joomla! Documentation
JCacheController::getInstance
Description
Returns a reference to a cache adapter object, always creating it.
public static function 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 on line 69 of libraries/joomla/cache/controller.php
- Since

- Referenced by
See also
JCacheController::getInstance source code on BitBucket
Class JCacheController
Subpackage Cache- Other versions of JCacheController::getInstance
User contributed notes
Code Examples