JCacheController::get
Get stored cached data by id and group
Signature
public function get(string
$id,
[string
$group = null] )
Parameters
-
$id
- The cache data id
-
$group
- The cache data group
Returns
- mixed
- False on no result, cached object otherwise