Model
Type
Magento\PageCache\Model\Cache\Type
What it does
This class manages Magento's Full Page Cache (FPC) type in the cache management system.
Developers interact with this class when they need to programmatically clear or manage full page cache, typically after data changes that affect rendered pages.
It extends the base cache functionality and triggers events when the cache is cleaned, allowing other modules to respond to FPC invalidation.
Public Methods
- clean()