In a template of my application,it has a fix content because the
database that the content is retrieved from has a fix content.
Therefore, i want the partial to be cached totally:
<% cache do %>
…
<% end %>
But i can not find it cached,anything more need to be done?
Thanks
For this you are more likley talking about caches_page and
caches_action. Should be faster than partial caching. Plus remember
that caching is only active in production mode.