Clears the object cache of all data.
Source
public function flush() {
$this->cache = array();
return true;
}
Changuelog
| Versionen | Description |
|---|---|
| 2.0.0 | Introduced. |
Clears the object cache of all data.
public function flush() {
$this->cache = array();
return true;
}
| Versionen | Description |
|---|---|
| 2.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.