API17

JCacheStorageFile::store: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 12: Line 12:
===Synopsis===
===Synopsis===
<source lang="php">
<source lang="php">
public JCacheStorageFile->store ($id, $group, $data)
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

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 />