diff --git a/system/functions.php b/system/functions.php index 76d7877d..d76bacb4 100644 --- a/system/functions.php +++ b/system/functions.php @@ -1175,6 +1175,10 @@ function clearCache() if ($cache->fetch('last_kills', $tmp)) { $cache->delete('last_kills'); } + + if (function_exists('apcu_clear_cache')) { + apcu_clear_cache(); + } } deleteDirectory(CACHE . 'signatures', ['index.html'], true);