Fixed: MemCacheStore#read_multi_entries NoMethodError: undefined method `expired?` for nil:NilClass by shiro16 · Pull Request #44983 · rails/rails

Summary While using the dalli_store, you set any value in the Rails cache. You change to the mem_cache_store. You use Rails.cache.read_multi(key) Error: NoMethodError: undefined method expired? fo...