API17:JFactory::getCache
From Joomla! Documentation
JFactory::getCache
Description
Get a cache object.
public static function getCache (
$group= ''
$handler= 'callback'
$storage=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $group | |||
| $handler | 'callback' | ||
| $storage | null |
- Returns
- Defined on line 183 of libraries/joomla/factory.php
- Referenced by
See also
JFactory::getCache source code on BitBucket
Class JFactory- Other versions of JFactory::getCache
User contributed notes
Code Examples