# File lib/active_support/cache.rb, line 592 def expired? @expires_in && @created_at + @expires_in <= Time.now.to_f end