Disable APC cache clearing on SaaS
This commit is contained in:
parent
523bb8e7b6
commit
54fdb34fc4
1 changed files with 3 additions and 2 deletions
|
@ -38,7 +38,8 @@ class Cache
|
|||
|
||||
public static function clear()
|
||||
{
|
||||
apc_clear_cache('user');
|
||||
apc_clear_cache();
|
||||
// Disabled on SaaS
|
||||
// apc_clear_cache('user');
|
||||
// apc_clear_cache();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue