Removes all cache items in a group.
Parameters
-
$groupstring required -
Name of group to remove from cache.
Source
public function flush_group( $group ) {
unset( $this->cache[ $group ] );
return true;
}
Changuelog
| Versionen | Description |
|---|---|
| 6.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.