Phalcon\Db\Adapter\Cacheable\Mysql::setCache PHP Method

setCache() public method

Sets a handler to cache the data
public setCache ( Phalcon\Cache\BackendInterface $cache )
$cache Phalcon\Cache\BackendInterface
    public function setCache($cache)
    {
        $this->_cache = $cache;
    }