Pinq\Caching\DoctrineCache::clear PHP Method

clear() public method

public clear ( )
    public function clear()
    {
        if (!$this->hasNamespace()) {
            $this->doctrineCache->flushAll();
        } else {
            $this->withNamespace()->deleteAll();
        }
    }