File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
app/code/Magento/CacheInvalidate Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 8
8
use Magento \Framework \Cache \InvalidateLogger ;
9
9
10
10
/**
11
- * Class PurgeCache
11
+ * Invalidate external HTTP cache(s) based on tag pattern
12
12
*/
13
13
class PurgeCache
14
14
{
Original file line number Diff line number Diff line change 8
8
use Magento \Framework \Event \ObserverInterface ;
9
9
10
10
/**
11
- * Class FlushAllCacheObserver
12
- * @package Magento\CacheInvalidate\Observer
11
+ * Clear configured Varnish hosts when triggering a full cache flush (e.g. from the Cache Management admin dashboard)
13
12
*/
14
13
class FlushAllCacheObserver implements ObserverInterface
15
14
{
Original file line number Diff line number Diff line change 8
8
use Magento \Framework \Event \ObserverInterface ;
9
9
10
10
/**
11
- * Class InvalidateVarnishObserver
12
- * @package Magento\CacheInvalidate\Observer
11
+ * Trigger invalidations on configured HTTP cache hosts upon cache_clean_by_tags
13
12
*/
14
13
class InvalidateVarnishObserver implements ObserverInterface
15
14
{
You can’t perform that action at this time.
0 commit comments