示例#1
0
 public function set_data_to_cache($value, $option = null, $duration = 0)
 {
     return $this->databox->set_data_to_cache($value, $this->get_cache_key($option), $duration);
 }