1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 02:36:38 +02:00

[ticket/16891] Add new method for deferring cache purge to end of request

PHPBB3-16891
This commit is contained in:
Marc Alexander
2022-01-27 22:10:03 +01:00
parent 420f494628
commit 9dc25510a1
3 changed files with 36 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ services:
- '@cache.driver'
- '@config'
- '@dbal.conn'
- '@dispatcher'
- '%core.root_path%'
- '%core.php_ext%'