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();
    }