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