Error: Class "\Faid\Cache\Engine\FileCache" not found in /var/www/staging.belarushockey.com/faid/src/SimpleCache.php:24
Stack trace:
#0 /var/www/staging.belarushockey.com/faid/src/SimpleCache.php(14): Faid\SimpleCache::factoryInstance()
#1 /var/www/staging.belarushockey.com/faid/src/SimpleCache.php(33): Faid\SimpleCache::getInstance()
#2 /var/www/staging.belarushockey.com/src/Extasy/SystemRegister/SystemRegisterSample.php(258): Faid\SimpleCache::get()
#3 /var/www/staging.belarushockey.com/src/Extasy/ServiceProviders/SystemRegisterProvider.php(16): SystemRegisterSample::loadAll()
#4 [internal function]: Extasy\ServiceProviders\SystemRegisterProvider::bootstrap()
#5 /var/www/staging.belarushockey.com/src/Extasy/CMS.php(80): call_user_func()
#6 /var/www/staging.belarushockey.com/src/Extasy/CMS.php(67): Extasy\CMS->bootstrap()
#7 /var/www/staging.belarushockey.com/public_html/cms.php(32): Extasy\CMS->__construct()
#8 {main}

Error source:

"/var/www/staging.belarushockey.com/faid/src/SimpleCache.php"
[ 20] * @return \Faid\Cache\Engine\CacheEngineInterface
[ 21] */
[ 22]protected static function factoryInstance() {
[ 23]$engineClass = Configure::read( self::ConfigurePath . '.Engine');
[ 24]self::$instance = new $engineClass();
[ 25]}
[ 26]
[ 27]/**
[ 28] * @param $key
[ 29] *