API17:JCacheStorageXcache::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 JCacheStorageXcache::store ($id, $group, $data) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 40: | Line 40: | ||
boolean True on success, false otherwise | boolean True on success, false otherwise | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/cache/storage/xcache.php | + | libraries/joomla/cache/storage/xcache.php (line 92) |
| + | * see source code in [[jplatform:cache/storage/xcache.php#cl-92|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:04, 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.
JCacheStorageXcache::store
Description
Store the data by id and group.
Description:JCacheStorageXcache::store [Edit Descripton]
Since
Synopsis
public JCacheStorageXcache::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 in
libraries/joomla/cache/storage/xcache.php (line 92)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JCacheStorageXcache::store
Examples
<CodeExamplesForm />
