ErrorException [ Fatal Error ]: Class 'Cache' not found

APPPATH/classes/Controller/Base.php [ 23 ]

18         parent::before();
19         I18n::lang('ru');
20 
21         Session::$default = 'cookie';
22         Session::instance('cookie');
23         $this->cache = Cache::instance('file');
24         $this->auth = Auth::instance();
25 //        $this->user = $this->auth->get_user();
26         $this->session = Session::instance();
27         $this->settings = ORM::factory('setting')->find();
28 
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment