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