JFactory::getCache
Get a cache object
Returns the global object
Signature
public function getCache([string
$group = '',
[string
$handler = 'callback',
[string
$storage = null]]] )
Parameters
-
$group
- The cache group name
-
$handler
- The handler to use
-
$storage
- The storage method
Returns
- JCacheController
- object