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\Libmemcached(array(
'servers' => array(
array('host' => 'localhost', 'port' => 11211, 'weight' => 1),
),
'client' => array(
Memcached::OPT_HASH => Memcache