class ActiveSupport::Cache::Entry

def expires_at

def expires_at
  @expires_in ? @created_at + @expires_in : nil
end