1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +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

@@ -197,7 +197,7 @@ class manager
if ($this->cache)
{
$this->cache->purge();
$this->cache->deferred_purge();
}
}