选择语言 :

 Core_Model::set_cache_data

null Core_Model::set_cache_data( )
File: ./core/classes/model.class.php
protected function set_cache_data($data, $exp = 3600, $type = Cache::TYPE_MAX_AGE)
{
    $key = $this->_get_cache_key(new Exception(), 1);
    return $this->cache()->set($key, $data ,$exp , $type);
}