| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Cache |
JCacheStorageApc |
clean |
clean() |
Never | Work in Progress |
Clean cache for a group given a mode.<p>group mode : cleans all cache in the group notgroup mode : cleans all cache not in the group</p>
boolean clean ( $group, $mode )
| $group | string | The cache data group | |
| $mode | string | The mode for cleaning cache [group | notgroup] |
Example