Open
Description
Our frontend developers have some trouble working with the
\Hyva\Theme\ViewModel\SvgIcons::renderHtml
method.
They didn't know why the old SVG file was rendered in the HTML after editing the SVG file contents.
They had disabled the browser cache, Magento block cache and the full-page cache, but still the old file contents were shown.
Even runningbin/magento cache:clean
didn't help.
It turns out that the results are stored in the Magento object cache using theHYVA_ICONS
cache tag.
However, there is no way to clear the items with this cache tag, except for flushing the cache completely usingbin/magento cache:flush.
Metadata
Metadata
Assignees
Labels
No labels