|
|
@ -124,6 +124,10 @@ class ApcCache extends Cache |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
protected function flushValues() |
|
|
|
protected function flushValues() |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
if (extension_loaded('apcu')) { |
|
|
|
|
|
|
|
return apc_clear_cache(); |
|
|
|
|
|
|
|
} else { |
|
|
|
return apc_clear_cache('user'); |
|
|
|
return apc_clear_cache('user'); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|