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