lithium\storage\cache\adapter\Redis::clear PHP Метод

clear() публичный Метод

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