我在铁路上使用沥滤,但有时我可以提出具体要求,或重新提出(生产中)焦土数据。 我因此想去做,只是看看两者的业绩差别。
Is there a way to turn off caching (with something like &cache=false) across the board without adding things like this throughout my code:
<% cache(x) unless params[:cache] == "false" do %>
难道有办法告诉铁路公司,使其所有线性元素失效,因为它使该页重新启用? 这将发挥作用,但我不得不在任何地方这样做:
<% Rails.cache.delete <key> if params[:clear_cache] == "true" %>
或者有很好的理由,为什么我根本就不应该这样做。