Extends
lithium\core\Object
Clears user-space cache
Returns
mixed True on successful clear, false otherwiseSource
public function clear() {
return $this->connection->flushdb();
}
public function clear() {
return $this->connection->flushdb();
}