instance method
expires_in
Ruby on Rails 8.0.4
Since v7.1.6Signature
expires_in()
No documentation comment.
Source
# File activesupport/lib/active_support/cache.rb, line 1082
def expires_in
@options[:expires_in]
end
Defined in activesupport/lib/active_support/cache.rb line 1082
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::WriteOptions