API17

API17:JCacheStorageFile::store

From Joomla! Documentation

Revision as of 23:03, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JCacheStorageFile::store

Examples

<CodeExamplesForm />