You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please allow me to describe EAV cache type situation in current M2 codebase, something I assume was ported from Magento 1 because the same situation exists there.
Issue is that we have "EAV types and attributes" cache type with "EAV" tag and "eav" type identifier defined, but not used. The only code that should be saving cache with this cache tag/identifier is \Magento\Eav\Model\Config::_initEntityTypes():