CodeIgniter 中国开发者社区's Archiver
论坛
›
CodeIgniter 问答求助
› 错误:Unable to load the requested driver: Cache_dummy
zc035
发表于 2015-6-11 22:49:36
错误:Unable to load the requested driver: Cache_dummy
测试memcached。
代码:
$this->load->driver('cache');
$this->cache->memcached->save('foo', 'bar', 10);
$ss=$this->cache->memcached->get('foo');
这个是为什么呢。。。dummy 是什么东西。。。
页:
[1]
查看完整版本:
错误:Unable to load the requested driver: Cache_dummy