Fix issue with cached partial collections ยท iainbryson/rails@ae5e678
It's possible to render a collection of partials with the `cached: true` parameter, each of which are also cached. If those partials also have an `expires_in` value for their cache...