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',