目次
ページ全体ではなく、ページの一部をキャッシュするときに使う
<% cache([キャッシュキー]) do %> キャッシュ <% end %>
<% cache [ project, current_user ] do %> <b>All the topics on this project</b> <%= render project.topics %> <% end %>