API17

JCacheStorageXcache::remove: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
Line 8: Line 8:
<nowiki>[</nowiki>[[Description:JCacheStorageXcache::remove|Edit Descripton]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[Description:JCacheStorageXcache::remove|Edit Descripton]]<nowiki>]</nowiki>
</span>
</span>
===Since===
{{JVer|11.1 }}
===Synopsis===
<source lang="php">
<source lang="php">
public JCacheStorageXcache::remove ($id, $group)
public function remove (
        $id
        $group
)
</source>
</source>
{| class="wikitable"
{| class="wikitable"
Line 32: Line 32:
|-
|-
|}
|}
===Returns===
* '''Returns''' boolean True on success, false otherwise
boolean True on success, false otherwise
* '''Defined''' on line 107 of libraries/joomla/cache/storage/xcache.php
===Defined in===
* '''Since''' {{JVer|11.1 }}
libraries/joomla/cache/storage/xcache.php (line 107)
* see source code in [[jplatform:cache/storage/xcache.php#cl-107|BitBucket]]
===Referenced by===
===See also===
===See also===
* {{JVer|11.1}} '''JCacheStorageXcache::remove source code''' on [[jplatform:cache/storage/xcache.php#cl-99|BitBucket]]
* {{JVer|11.1}} Class [[JCacheStorageXcache/11.1|JCacheStorageXcache]]
* {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]]
* [[JCacheStorageXcache::remove|Other versions of JCacheStorageXcache::remove]]
{{SeeAlso:JCacheStorageXcache::remove}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageXcache::remove|Edit See Also]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageXcache::remove|Edit See Also]]<nowiki>]</nowiki>
</span>
</span>
* [[JCacheStorageXcache/11.1|JCacheStorageXcache]]
===User contributed notes===
* [[JCacheStorageXcache::remove|Other versions of this method]]
{{SeeAlso:JCacheStorageXcache::remove}}
===Examples===
<CodeExamplesForm />
<CodeExamplesForm />
<dpl>
<dpl>
Line 53: Line 52:
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JCacheStorageXcache]][[Category:JCacheStorageXcache::remove]]</noinclude>
<noinclude>[[Category:JCacheStorageXcache]][[Category:JCacheStorageXcache::remove]]</noinclude>

Revision as of 01:19, 28 April 2011

Joomla 11.1 JCacheStorageXcache::remove

Description

Remove a cached data entry by id and group.

Template:Description:JCacheStorageXcache::remove [Edit Descripton]

public function remove (
        $id
        $group
)
Parameter Type Default Description
$id string The cache data id
$group string The cache data group
  • Returns boolean True on success, false otherwise
  • Defined on line 107 of libraries/joomla/cache/storage/xcache.php
  • Since Joomla 11.1

See also

Template:SeeAlso:JCacheStorageXcache::remove [Edit See Also]

User contributed notes

<CodeExamplesForm />