I understand that when using bundles for JavaScript and CSS the web application is caching the bundles and using a caching key for it, something like the following:
<script src="/bundles/sampleJs?v=h-HGvCLcx-0T1kG3DBKIVBtGxEhtfpONQl5b_7BQuSo1"></script>
How can I programmatically refresh the cached bundles (or just one bundle)?
For example, if I have to upload a new CSS update - I want to update the bundles without having to restart the whole web application...