extends abstract class Phalcon\Mvc\Model\MetaData
implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface
Source on GitHub
Stores model meta-data in the Memcache. By default meta-data is stored for 48 hours (172800 seconds)
$metaData = new Phalcon\Mvc\Model\Metadata\Memcache(array(
'prefix' => 'my-app-id',
'lifetime' => 86400,
'host' => 'localhost',
'port' => 11211,
'persistent' => false
));
Constants
integer MODELS_ATTRIBUTES
in