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}} | ||
<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}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 14:54, 24 March 2017
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

See also
JCacheStorageXcache::remove source code on BitBucket
Class JCacheStorageXcache
Subpackage Cache- Other versions of JCacheStorageXcache::remove
{{subst:SeeAlso:JCacheStorageXcache::remove}}
User contributed notes
<CodeExamplesForm />