Probably, yes, because it is an php extension which you can't install as
normal user.
May the provider have the extension already installed, or is willing to do
so.
You can test it using an small script:
if (function_exists('apc_add')) echo 'apc available;
else echo 'apc not available';
?>