I'm getting `undefined method 'model' for class SolidCache::Entry` on Rails 7.2. I tried it on a brand new Rails project and just did `gem "rails", github: "rails/rails", branch: "7-2-stable"` It happens whether I do `<%= cache%>` in a view or `Rails.cache.fetch`