Ejemplo n.º 1
0
 public function __construct($settings = null, \vakata\cache\ICache $c = null)
 {
     parent::__construct($settings);
     $this->cache_inst = $c;
     $this->cache_nmsp = 'DBCCached_' . md5(serialize($this->drv->get_settings()));
 }