frontend/config/main.php:
Код: Выделить всё
'cache' => [
'class' => 'yii\caching\ApcCache',
'keyPrefix' => 'myapp', // a unique cache key prefix
],

Подробнее здесь: https://stackoverflow.com/questions/454 ... -be-loaded
Код: Выделить всё
'cache' => [
'class' => 'yii\caching\ApcCache',
'keyPrefix' => 'myapp', // a unique cache key prefix
],