expires_at()
Seconds since the epoch when the entry will expire.
# File activesupport/lib/active_support/cache.rb, line 615 def expires_at @expires_in ? @created_at + @expires_in : nil end