From 7d9855e7f42ec76e342c11e00de77ef305e28583 Mon Sep 17 00:00:00 2001 From: 7IN0SAN9 Date: Tue, 12 Jan 2016 17:32:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=AE=9A=E6=B8=85=E9=99=A4=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/cache/driver/Apc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/cache/driver/Apc.php b/library/think/cache/driver/Apc.php index a6420ae8..cc97bd09 100644 --- a/library/think/cache/driver/Apc.php +++ b/library/think/cache/driver/Apc.php @@ -116,6 +116,6 @@ class Apc */ public function clear() { - return apc_clear_cache(); + return apc_clear_cache('user'); } }