-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cache问题 #3
Comments
缓存使用的是memcached还是file? |
使用的是file,全部清理了缓存,仍然有这个问题。 |
WARNING: Memcache::setcompressthreshold() [memcache.setcompressthreshold]: No servers added to memcache connection in /data1/www/htdocs/205/xiaohuafen/1/shangcheng/protected/lib/vcache.php on line 17 self::$_instance = new self(); 错误了,提示这个。 |
这个应该是没有开启Memcached服务 |
后台设置数据缓存周期为0时,页面还是取的缓存数据。
跟描述不一致:“前台控制器中使用数据缓存的更新周期(秒),设置为"0"则表示不使用缓存”。
The text was updated successfully, but these errors were encountered: