From baaab4e09f264b7ca3399131af75fae06f8e3bc1 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Mon, 11 Nov 2013 08:31:52 -0500 Subject: [PATCH] Fixes #1170 --- framework/yii/caching/MemCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/caching/MemCache.php b/framework/yii/caching/MemCache.php index fc7efb4d5a..6f7a760ec0 100644 --- a/framework/yii/caching/MemCache.php +++ b/framework/yii/caching/MemCache.php @@ -31,7 +31,7 @@ use yii\base\InvalidConfigException; * [ * 'components' => [ * 'cache' => [ - * 'class' => 'MemCache', + * 'class' => 'yii\caching\MemCache', * 'servers' => [ * [ * 'host' => 'server1',