API17:JCache::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.
JCache::getInstance
Description
Returns a reference to a cache adapter object, always creating it.
Description:JCache::getInstance [Edit Descripton]
Since
Synopsis
public static JCache::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/cache.php (line 84)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
