mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
7fb8c67047
This add support for sending an explicit opt-out of the "Russian-doll" cache digest feature on a case-by-case basis. This is useful when cache- expiration needs to be performed manually and it would be otherwise difficult to know the exact name of a digested cache key. More information: https://github.com/rails/cache_digests/pull/16
3 lines
80 B
Text
3 lines
80 B
Text
<body>
|
|
<%= cache 'nodigest', skip_digest: true do %><p>ERB</p><% end %>
|
|
</body>
|