JCacheStorageXcache::remove: Difference between revisions
From Joomla! Documentation
Layout updates |
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> | ||
<source lang="php"> | <source lang="php"> | ||
public | public function remove ( | ||
$id | |||
$group | |||
) | |||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 32: | Line 32: | ||
|- | |- | ||
|} | |} | ||
* '''Returns''' boolean True on success, false otherwise | |||
boolean True on success, false otherwise | * '''Defined''' on line 107 of libraries/joomla/cache/storage/xcache.php | ||
* '''Since''' {{JVer|11.1 }} | |||
libraries/joomla/cache/storage/xcache.php | |||
* | |||
===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> | ||
===User contributed notes=== | |||
=== | |||
<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
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

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