title | issue | author | author_email | author_github |
---|---|---|---|---|
Cache invalidation manipulation |
NEXT-28562 |
Oliver Skroblin |
o.skroblin@shopware.com |
OliverSkroblin |
- Changed
\Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber
to allow manipulation of the cache invalidation event via compiler passes. The class isn't @internal anymore and can be manipulated via compiler pass by removing the event listener tags. - Added
\Shopware\Core\Framework\DependencyInjection\CompilerPass\RemoveEventListener
class, for easier removal of event listeners via compiler pass.