예제 #1
0
파일: class.db.php 프로젝트: roychoo/jstree
 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()));
 }