Official Docs: https://php.net/apcu
You need to install apcu_bc for php 7. Apc emulation in apcu for php 7 was dropped and there is apcu_bc forapc_* methods.
apcu_bc
apc_*
Notice that this extension ONLY emulates methods like apc_* it doesn't emulates classes. So if you will try delete keys in phalcon apc adapters it will most likely throw exception that APCIterator doesn't exist.