From e0e41e9894ceb0dfe83b53c6f839cd9e858e2c8d Mon Sep 17 00:00:00 2001 From: Yarik Date: Mon, 26 Jun 2017 11:39:19 +0300 Subject: [PATCH] Memcache --- common/config/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/main.php b/common/config/main.php index d967c04..0b034e2 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -9,7 +9,7 @@ return [ ], 'components' => [ 'cache' => [ - 'class' => 'yii\caching\DummyCache', + 'class' => 'yii\caching\MemCache', 'keyPrefix' => 'linija_' ], 'sms' => [ -- libgit2 0.21.4