null Core_Model::set_cache_data( )
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); }