API17:JCacheController::store
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JCacheController::store
Description
Store data to cache by id and group.
Description:JCacheController::store [Edit Descripton]
Since
Synopsis
public JCacheController->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 |
Returns
boolean True if cache was stored
Defined in
libraries/joomla/cache/controller.php
Referenced by
See also
SeeAlso:JCacheController::store
Examples
<CodeExamplesForm />
