JCacheController::store
Store data to cache by id and group
Signature
public function store(mixed
$data,
[string
$id = null,
[string
$group = null,
[boolean
$wrkarounds = true]]] )
Parameters
-
$data
- The data to store
-
$id
- The cache data id
-
$group
- The cache data group
-
$wrkarounds
- True to use wrkarounds
Returns
- boolean
- True if cache stored