Hi,
I've tried many different headers and can't seem to crack the code here regarding cacheing.
I run a script to warm up 500 of my most important URLs. Afterwards, all urls are added to the edge cache. I can confirm with consistent HITs in the network headers.
If I check back an hour or so later, all URLs have been dropped from the cache as they are all MISS.
I'm attempting to store them for just over 24 hours with my header.
"Cache-Control", "public, max-age=1500, s-maxage=90000, stale-while-revalidate=3600"
Any idea what I can do to make sure these URLs stay in the cache for the full 90000? Why would they drop so quickly?
I haven't timed it, but I am sure they don't last more than an hour. It seems random almost.