twigphp / Twig

Twig, the flexible, fast, and secure template language for PHP
https://twig.symfony.com/
BSD 3-Clause "New" or "Revised" License
8.18k stars 1.25k forks source link

Introduce ChainCache and ReadOnlyFilesystemCache #4171

Closed Okhoshi closed 3 months ago

Okhoshi commented 3 months ago

Following the feedback in symfony/symfony#54384, I’m proposing the two new Cache implementations in Twig directly.

Okhoshi commented 3 months ago

As Twig 3.x is still compatible with PHP 7.2, you need to adjust the code accordingly.

Hmm indeed, I missed that. Corrected 👍

fabpot commented 3 months ago

Thank you @Okhoshi.