API17:JCache::getInstance
From Joomla! Documentation
JCache::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() |
See also
JCache::getInstance source code on BitBucket
Class JCache
Subpackage Cache- Other versions of JCache::getInstance
User contributed notes
Code Examples