API17:JCache::store
From Joomla! Documentation
JCache::store
Description
Store the cached data by id and group.
public function store (
$data
$id
$group=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | $id The cache data id | |
| $id | string | $group The cache data group | |
| $group | mixed | null | $data The data to store |
See also
JCache::store source code on BitBucket
Class JCache
Subpackage Cache- Other versions of JCache::store
User contributed notes
Code Examples