Flarum\Formatter\Formatter::flush PHP Метод

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

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