macopedia / cachepurger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CachePurger for Varnish

  • supports clear per page or all pages
  • supports TYPO3 >= 11.5
  • requires php >= 8.1

Example configuration in Typoscript

tx_cachepurger.settings {
    varnish {
        1 = varnish_ip_frontend
        2 = varnish_ip_backend
    }
    tags.0 = T3
}

About


Languages

Language:PHP 100.0%