Mvc\Model\MetaData\Apc
Class Phalcon\Mvc\Model\MetaData\Apc
extends abstract class Phalcon\Mvc\Model\MetaData
implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\DI\InjectionAwareInterface
Stores model meta-data in the APC cache. Data will erased if the web server is restarted By default meta-data is stored for 48 hours (172800 seconds) You can query the meta-data by printing apc_fetch(‘$PMM$’) or apc_fetch(‘$PMM$my-app-id’)
$metaData = new Phalcon\Mvc\Model\Metadata\Apc(array( 'prefix' => 'my-app-id', 'lifetime' => 86400 ));