Flarum\Formatter\Formatter::flush PHP Method

flush() public method

Flush the cache so that the formatter components are regenerated.
public flush ( )
    public function flush()
    {
        $this->cache->forget('flarum.formatter.parser');
        $this->cache->forget('flarum.formatter.renderer');
    }