$ bin/rails c
> Rails.cache.exist?("test")
NoMethodError: undefined method `read' for class SolidCache::Entry
from /Users/me/.rbenv/versions/3.3.4/lib/ruby/gems/3.3.0/gems/activerecord-7.2.1.2/lib/active_record/dynamic_matchers.rb:22:in `method_missing'
Can't figure out what's missing, anybody got the same?
Setup:
cache.yml
default: &default
store_options:
# Cap age of oldest cache entry to fulfill retention policies
# max_age: <%= 60.days.to_i %>
max_size: <%= 256.megabytes %>
namespace: <%= Rails.env %>
Hey!
After full setup, getting this error:
Can't figure out what's missing, anybody got the same?
Setup:
development: <<: *default
test: <<: *default
production: <<: *default
RUBY VERSION ruby 3.3.4p94
BUNDLED WITH 2.5.20