API17

API17:JCacheStorageFile::store

From Joomla! Documentation

Revision as of 01:03, 24 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

Joomla 11.1 JCacheStorageFile::store

Description

Store the data to a file by id and group.

Template:Description:JCacheStorageFile::store [Edit Descripton]

Since

Joomla 11.1

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)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JCacheStorageFile::store

Examples

<CodeExamplesForm />