I receive the exception when configure the cache components in main configuration of basic-template, how I can fix this problem? app/config/web.php:
my php version is 7.1.11
'cache' => [
'class' => 'yii\caching\ApcCache',
'keyPrefix' => 'myapp', // a unique cache key prefix
'useApcu' => true,
//'class' => 'yii\caching\MemCache',
],
I try memCache but still same error show