API17:JCacheStorageFile::store
From Joomla! Documentation
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
Referenced by
See also
Template:SeeAlso:JCacheStorageFile::store
Examples
<CodeExamplesForm />