Extends
lithium\core\Object
Clears user-space cache.
Returns
mixed Returns `true` on successful clear, `false` otherwise.Source
public function clear() {
return $this->connection->flush();
}
public function clear() {
return $this->connection->flush();
}