我已经在 linux 上配置了 memcached。在core.php
我这样编码
Cache::config('default',array('engine'=>'Memcache'));
Cache::config('default', array('engine'=>'Memcache','duration'=> 3600, //[optional]'probability'=> 100, //[optional] 'prefix' => Inflector::slug(APP_DIR) . '_','servers'=>array('127.0.0.1:11211'),'compress'=>false,));`
但它说Warning: Cache not configured properly. Please check Cache::config(); in APP/config/core.php