API17:JCacheStorageCachelite::remove
From Joomla! Documentation
JCacheStorageCachelite::remove
Description
Remove a cached data file by id and group.
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 165 of libraries/joomla/cache/storage/cachelite.php
- Since

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