lithium\storage\cache\adapter\Redis::clear PHP Method

clear() public method

The behavior and result when removing a single key during this process fails is unknown.
public clear ( ) : boolean
return boolean `true` on successful clearing, `false` otherwise.
    public function clear()
    {
        return $this->connection->flushdb();
    }