Hi Sam,


As it is mentioned in the Google Documentation 
<https://cloud.google.com/appengine/docs/standard/php/config/appref#static_cache_expiration>,
 
once the file is cached on the users end, it stays there for the time 
specified in the handler. Since your default expiration is set to 28 days, 
the cached file will expire and ready to be updated after 28 days. 


However, as Jason mentioned, there are common techniques that can be 
applied to help you save time and avoid the delay. You can refer to the 
following link to get a better idea of what techniques can be used which 
may help you in this case: 
https://css-tricks.com/strategies-for-cache-busting-css/

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/fa2e4797-e7cd-4f19-95e4-bf3e3fd6e90a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to