mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/15726] Implement selective purge in APCu cache driver
Fix whitespace PHPBB3-15726
This commit is contained in:
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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user