Interface
PageCacheTagsPreprocessorInterface
Magento\PageCache\Model\Spi\PageCacheTagsPreprocessorInterface
What it does
This interface defines a contract for preprocessing page cache tags before they are stored or used.
Developers implement this interface to create custom processors that can modify, filter, or transform cache tags, enabling advanced cache invalidation strategies and tag management in Full Page Cache scenarios.
Public Methods
- process()