Hello,
We have hard cache on our homepage , is there a way to set hard-cache but CF auto purges cache when the homepage content changes?
Hello,
We have hard cache on our homepage , is there a way to set hard-cache but CF auto purges cache when the homepage content changes?
Hi there,
How would the edge server know that the content has changed and the asset needs to be purged and cached again?
If you want to apply this type of caching, the purge must come from you… from an API call for instance. You could integrate in your code an API call made whenever a given content is changed.
Alternatively, look into cache busting.
Take care.
Years ago I remember seeing something called “Rail Gun” - but this cost $200USD / month.
Hi there,
Railgun is deprecated as there are many new features since its launch that can completely replace all its features with improved performance.
Look into tunnel:
But just to make things clear, you’ll have the same issue with cache of how to signal the edge that the cache needs purging, so look into the 2 ideas from my previous reply.
Take care.