Ask A Question

Notifications

You’re not receiving notifications from this thread.

Working with rails caching

ramzieus asked in Rails

Rails.cache.write('name','Hello this is string' , :expires_in => 1.week)
Rails.cache.read('name')

i use these syntax but always it's nil
=> nil

Reply

What does Rails.cache.class return?

There are different caching backends. If you're using NullStore or if the backend service is not available (server not running) Rails will not complain, but it'll produce the results you're seeeing.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 81,842+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more.

    © 2024 GoRails, LLC. All rights reserved.