API17

Difference between revisions of "JCacheStorage::store"

From Joomla! Documentation

m (JoomlaWikiBot moved page JCacheStorage::store/11.1 to API17:JCacheStorage::store without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 43: Line 43:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JCacheStorage::store source code''' on [[jplatform:cache/storage.php#cl-159|BitBucket]]
 
* {{JVer|11.1}} '''JCacheStorage::store source code''' on [[jplatform:cache/storage.php#cl-159|BitBucket]]
* {{JVer|11.1}} Class [[JCacheStorage/11.1|JCacheStorage]]
+
* {{JVer|11.1}} Class [[API17:JCacheStorage|JCacheStorage]]
* {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* [[JCacheStorage::store|Other versions of JCacheStorage::store]]
+
* [[API17:JCacheStorage::store|Other versions of JCacheStorage::store]]
 
{{SeeAlso:JCacheStorage::store}}
 
{{SeeAlso:JCacheStorage::store}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 61: Line 61:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JCacheStorage]][[Category:JCacheStorage::store]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:51, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JCacheStorage::store[edit]

Description[edit]

Store the data to cache by id and group.

Template:Description:JCacheStorage::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 167 of libraries/joomla/cache/storage.php
  • Since Joomla 11.1

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />