ActiveRecord\Memcache::flush PHP Method

flush() public method

public flush ( )
    public function flush()
    {
        $this->memcache->flush();
    }