简体   繁体   中英

Google Storage Object Versioning with Cloud CDN Caching

Google Cloud CDN recommended to use versioned URL for static objects.

If I enabled Google Storage versioning, could the Cloud CDN get the fresh one instead of the cache one (prior to its normal expiration time) after updating an obeject on Storage?

By definition, the cache system (in the CDN or elsewhere) prevent any extra communication until the cache expire.

By the way, the cache system will never ask the backend before the cache expiration. In addition, Cloud Storage isn't aware that an additional layer catch its data and store them for a period of time.

By design, it's no, versioning change nothing in the CDN cache management.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM