Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 582 Bytes

2023-07-18-cache-invalidation-manipulation.md

File metadata and controls

10 lines (10 loc) · 582 Bytes
title issue author author_email author_github
Cache invalidation manipulation
NEXT-28562
Oliver Skroblin
o.skroblin@shopware.com
OliverSkroblin

Core

  • 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.