class Async::HTTP::Cache::Response

def age

def age
	Async::Clock.now - @generated_at
end