API17:JCacheController::store
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JCacheController::store ($data, $id, $group=null) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 40: | Line 40: | ||
boolean True if cache was stored | boolean True if cache was stored | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/cache/controller.php | + | libraries/joomla/cache/controller.php (line 179) |
| + | * see source code in [[jplatform:cache/controller.php#cl-179|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:00, 23 April 2011
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 (line 179)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JCacheController::store
Examples
<CodeExamplesForm />
