Doesn't work the cache.
$frontCache = new Phalcon\Cache\Frontend\Data(
[
"lifetime" => 86400
]
);
$cache = new Phalcon\Cache\Backend\Libmemcached(
$frontCache,
[
"host" => "memcache",
"port" => "11211",
]
);
Failed storing data in memcached, error code: 47
#0 [internal function]: Phalcon\Cache\Backend\Libmemcached->save('Domain::getActu...', Object(Phalcon\Mvc\Model\Resultset\Simple), 900)
#1 [internal function]: Phalcon\Mvc\Model\Query->execute()
#2 /app/models/Domain.php(54): Phalcon\Mvc\Model::find(Array)
#3 /app/models/Domain.php(74): Domain::find(Array)
#4 /app/app.php(16): Domain::getActualDomain()
#5 [internal function]: Closure->{closure}('')
#6 /app/public/index.php(42): Phalcon\Mvc\Micro->handle('/')
#7 {main}