class TimedCache

def new_value(now)

def new_value(now)
  Value.new(@block.(), now.to_i)
end