我们的Rails 4.2
应用程序在生产环境中运行,具有以下配置(与缓存相关)。到目前为止,我们还没有实现任何缓存技术(默认设置)。
config.action_controller.perform_caching = true
# Use a different cache store in production.
# config.cache_store = :mem_cache_store
我遇到了特定视图的问题,该视图没有相应地显示更新的数据。
有没有办法可以为不在整个应用程序中的特定视图禁用片段缓存?