JCacheStorageFile::store: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
public | public JCacheStorageFile::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/file.php | libraries/joomla/cache/storage/file.php (line 108) | ||
* see source code in [[jplatform:cache/storage/file.php#cl-108|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 01:03, 24 April 2011
JCacheStorageFile::store
Description
Store the data to a file by id and group.
Template:Description:JCacheStorageFile::store [Edit Descripton]
Since
Synopsis
public JCacheStorageFile::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/file.php (line 108)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JCacheStorageFile::store
Examples
<CodeExamplesForm />