Refreshing a cached Angular SPA
问题 Basic setup: Angular 1.5 SPA served from Apache 2.4 backed by a REST api also served from Apache 2.4. I have read every technique available to allow a SPA to be fresh and updated after some application code is changed on the server. Solutions come via HTTP caching (HTTP headers) or cache busting (versioning file names for example) techniques. All of them are based on the web browser making a request to get a resource and having some mechanism to know if the content needs to be updated or can