Model
DeferredCacheCleaner
Magento\Indexer\Model\Indexer\DeferredCacheCleaner
What it does
This class manages deferred cache cleaning during indexer operations.
Developers use it to accumulate cache invalidation tags during indexing operations and then flush all affected cache entries at once, improving performance by batching cache operations instead of cleaning cache repeatedly during the indexing process.
Public Methods
- start()
- flush()