JCacheStorage::store/1.5
From Joomla! Documentation
JCacheStorage::store
Description
Store the data to cache by id and group.
Description:JCacheStorage::store [Edit Descripton]
public function store ( $id $group $data )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | The cache data id | |
| $group | string | The cache data group | |
| $data | string | The data to store in cache |
- Returns boolean True on success, false otherwise
- Defined on line 112 of libraries/joomla/cache/storage.php
- Since
See also
-
JCacheStorage::store on api.joomla.org
-
JCacheStorage source code on JoomlaCode
-
Class JCacheStorage
-
Subpackage Cache
- Other versions of JCacheStorage::store
SeeAlso:JCacheStorage::store [Edit See Also]
User contributed notes
<CodeExamplesForm />