JCache::store/1.5
From Joomla! Documentation
JCache::store
Description
Store the cached data by id and group.
Description:JCache::store [Edit Descripton]
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 on api.joomla.org
-
JCache source code on JoomlaCode
-
Class JCache
-
Subpackage Cache
- Other versions of JCache::store
SeeAlso:JCache::store [Edit See Also]
User contributed notes
<CodeExamplesForm />