mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/15726] Implement selective purge in APCu cache driver
Fix whitespace PHPBB3-15726
This commit is contained in:
parent
02234783c6
commit
63a3033f15
1 changed files with 4 additions and 5 deletions
1
phpBB/phpbb/cache/driver/apcu.php
vendored
1
phpBB/phpbb/cache/driver/apcu.php
vendored
|
@ -30,7 +30,6 @@ class apcu extends \phpbb\cache\driver\memory
|
||||||
(e.g. other phpBB boards hosted on this server) */
|
(e.g. other phpBB boards hosted on this server) */
|
||||||
apcu_delete(new \APCUIterator('#^' . $this->key_prefix . '#'));
|
apcu_delete(new \APCUIterator('#^' . $this->key_prefix . '#'));
|
||||||
|
|
||||||
|
|
||||||
parent::purge();
|
parent::purge();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue