 
            public function action_index()
 {
  //\Cache::delete_all();
  \Cache::set('hi', 'there', 3600);
  var_dump(\Cache::get('hi'));
  return \Response::forge(View::forge('welcome/index'));
 }
Fuel\Core\CacheNotFoundException [ Error ]: not found
It looks like you're new here. If you want to get involved, click one of these buttons!