# File lib/action_dispatch/http/cache.rb, line 59 def last_modified if last = headers['Last-Modified'] Time.httpdate(last) end end