It would be nice, if I could set my own version cache.
This way I could be more control of my application.
instead
<link href="/css/styles.css?~v=Iz7DDyL6DCDnT_L414h7aec4VUNOlN9dDYVRGoD2ZB01" rel="stylesheet"/>
<script src="/js/app.js?~v=QWNK55__txkMIVFvtdF3fy5lDLK7GLkwLzP8nzCV6nw1"></script>
could be
<link href="/css/styles.css?~v=123abc" rel="stylesheet"/>
<script src="/js/app.js?~v=123abc"></script>
Thank you!
It would be nice, if I could set my own version cache.
This way I could be more control of my application.
instead
could be
Thank you!