_cache instanceof CacheObject)) { if (!isset($this->_options['cache']['adapter'])) { $this->_options['cache']['adapter'] = '\\Cube\\Cache\\Adapter\\Files'; } $this->_cache = CacheObject::getInstance($this->_options['cache']); } return $this->_cache; } }