I am using max-age: x and stale-while-revalidate: y where y = 5x. But in my case x might not really matter, what I really want is some value of y. But I am concerned if y will really work of x is 0 as I read somewhere that max-age: 0 means proxy will not cache it at all so any revalidation have to be done. want to know of this is true.