使用 Memcached 进行片段缓存
有没有办法在Rails中使用Memcached进行片段缓存?
Is there any way of using Memcached for fragment caching in Rails?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有办法在Rails中使用Memcached进行片段缓存?
Is there any way of using Memcached for fragment caching in Rails?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
你可以将其添加到你的development.rb中,它应该像其他的一样进行片段缓存
you can add this to your development.rb and it should do fragment caching as well as the others
您可以在环境中设置fragment_cache_store。rb
http://api.rubyonrails。 org/classes/ActionController/Caching.html#M000628
You can set the fragment_cache_store in your environment.rb
http://api.rubyonrails.org/classes/ActionController/Caching.html#M000628