method
expires_at
v5.2.3 -
Show latest stable
- Class:
ActiveSupport::Cache::Entry
expires_at()public
No documentation available.
# File activesupport/lib/active_support/cache.rb, line 739
def expires_at
@expires_in ? @created_at + @expires_in : nil
end