API17

JCacheStorageXcache::remove: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Remove a cached data entry by id and group.  
Remove a cached data entry by id and group.  


{{Description:JCacheStorageXcache::remove}}
{{subst:Description:JCacheStorageXcache::remove}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JCacheStorageXcache::remove|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function remove (
public function remove (
Line 40: Line 38:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* [[API17:JCacheStorageXcache::remove|Other versions of JCacheStorageXcache::remove]]
* [[API17:JCacheStorageXcache::remove|Other versions of JCacheStorageXcache::remove]]
{{SeeAlso:JCacheStorageXcache::remove}}
{{subst:SeeAlso:JCacheStorageXcache::remove}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageXcache::remove|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 14:54, 24 March 2017

Joomla 11.1 JCacheStorageXcache::remove

Description

Remove a cached data entry by id and group.

{{subst:Description:JCacheStorageXcache::remove}}

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

{{subst:SeeAlso:JCacheStorageXcache::remove}}

User contributed notes

<CodeExamplesForm />