Rails 7 allows setting cache expiry, as an absolute timestamp
Rails caching has always had an expires_in method, which allows us to set cache expiry in relative time.
https://blog.saeloun.com/2021/07/28/rails-7-adds-absolute-timestamp-cache-expiry
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Rails caching has always had an expires_in method, which allows us to set cache expiry in relative time.
https://blog.saeloun.com/2021/07/28/rails-7-adds-absolute-timestamp-cache-expiry
Post a comment