dao->cache->set($key, $value,$time,"MEM"); } public function get($key){ return $this->dao->cache->get($key,"MEM"); } }