@ -44,3 +44,11 @@ class OC_Cache_APC {
}
if(!function_exists('apc_exists')) {
function apc_exists($keys)
{
$result;
apc_fetch($keys, $result);
return $result;