API17

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:JCacheStorageFile]][[Category:JCacheStorageFile::store]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 15:11, 11 May 2013

Joomla 11.1 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 Joomla 11.1

See also

Template:SeeAlso:JCacheStorageFile::store [Edit See Also]

User contributed notes

<CodeExamplesForm />