JCacheStorageFile::store: Difference between revisions
From Joomla! Documentation
m JoomlaWikiBot moved page JCacheStorageFile::store/11.1 to API17:JCacheStorageFile::store without leaving a redirect: Robot: Moved page |
m →User contributed notes: moving preparation |
||
| Line 61: | Line 61: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Revision as of 15:11, 11 May 2013
JCacheStorageFile::store
Description
Store the data to a file by id and group.
Template:Description:JCacheStorageFile::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 108 of libraries/joomla/cache/storage/file.php
- Since

See also
JCacheStorageFile::store source code on BitBucket
Class JCacheStorageFile
Subpackage Cache- Other versions of JCacheStorageFile::store
Template:SeeAlso:JCacheStorageFile::store [Edit See Also]
User contributed notes
<CodeExamplesForm />