| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Cache |
JCache |
getCache |
getCache() |
Never | Work in Progress |
This method is deprecated, use JFactory::getCache instead. This method calls the JFactory::getCache method.
void &getCache ( $group )
| $group | mixed | is a string containing the default group to use. This parameter is optional and if omitted defaults to an empty string. |
Example
jimport( 'joomla.cache.cache' ); $cache =& JCache::getCache();