setono/twig-cache-purger-bundle

A Symfony bundle that allows you to purge single templates in the Twig cache

Maintainers

Package info

github.com/Setono/TwigCachePurgerBundle

Type:symfony-bundle

pkg:composer/setono/twig-cache-purger-bundle

Statistics

Installs: 24 887

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

v1.0.0 2022-06-07 10:15 UTC

This package is auto-updated.

Last update: 2026-03-09 19:05:08 UTC


README

Latest Version Latest Unstable Version Software License Build Status

Purge the cache for individual template files instead of removing the whole cache directory.

Installation

To install this bundle, simply run:

composer require setono/twig-cache-purger-bundle

This will install the bundle and enable it if you're using Symfony Flex. If you're not using Flex, add the bundle manually to bundles.php instead.

Usage

TODO