Cache Busting not working in CefSharp
问题 I am using cefsharp (chromium embedded framework for .NET) to host a web application that uses require js to load in most of my javascript modules. To speed up my application I have enabled cacheing via response headers "Cache-Control: public,max-age=864000" for all my static content. When I deploy a new version of my web application i am appending a version number that gets incremented with every deployment in the urlArgs param of require.config() to perform a "cache bust" when my content