指定清除用户缓存

This commit is contained in:
7IN0SAN9
2016-01-12 17:32:11 +08:00
parent 7c0eb3e60e
commit 7d9855e7f4

View File

@@ -116,6 +116,6 @@ class Apc
*/ */
public function clear() public function clear()
{ {
return apc_clear_cache(); return apc_clear_cache('user');
} }
} }