JCacheStorageFile::store: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m →See also: moving preparation |
||
| Line 43: | Line 43: | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JCacheStorageFile::store source code''' on [[jplatform:cache/storage/file.php#cl-100|BitBucket]] | * {{JVer|11.1}} '''JCacheStorageFile::store source code''' on [[jplatform:cache/storage/file.php#cl-100|BitBucket]] | ||
* {{JVer|11.1}} Class [[JCacheStorageFile | * {{JVer|11.1}} Class [[API17:JCacheStorageFile|JCacheStorageFile]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Cache | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]] | ||
* [[JCacheStorageFile::store|Other versions of JCacheStorageFile::store]] | * [[API17:JCacheStorageFile::store|Other versions of JCacheStorageFile::store]] | ||
{{SeeAlso:JCacheStorageFile::store}} | {{SeeAlso:JCacheStorageFile::store}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 00:53, 12 May 2013
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

See also
JCacheStorageFile::store source code on BitBucket
Class JCacheStorageFile
Subpackage Cache- Other versions of JCacheStorageFile::store
Template:SeeAlso:JCacheStorageFile::store [Edit See Also]
User contributed notes
<CodeExamplesForm />