API17:JCache::remove
From Joomla! Documentation
JCache::remove
Description
Remove a cached data entry by id and group.
public function remove (
$id
$group=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | The cache data id | |
| $group | string | null | The cache data group |
- Returns boolean True on success, false otherwise
- Defined on line 220 of libraries/joomla/cache/cache.php
- Since

See also
JCache::remove source code on BitBucket
Class JCache
Subpackage Cache- Other versions of JCache::remove
User contributed notes
Code Examples