InventoryCache Module
CacheFlushProcessor
This class handles cache invalidation for products and categories when inventory source items change. It automatically flushes product and category ca...
FlushCacheByCacheTag
This class handles cache invalidation for inventory-related entities by flushing cache entries associated with specific cache tags and entity IDs. Dev...
FlushCacheByCategoryIds
This class provides functionality to flush or clear Magento's cache for specific categories identified by their IDs. Developers would use this when in...
FlushCacheByProductIds
This model provides a way to flush Magento's cache for specific products when inventory changes occur. Developers would use this class when they need...
FlushCacheOnProductSalabilityChange
This class handles cache invalidation when product stock availability changes in Magento's Multi-Source Inventory (MSI) system. When products become i...