Closed pherris closed 9 years ago
we had a race condition in AbstractCacheProvider, so made that method synchronized too.
Thanks for your contribution, interessting idea adding a prefix. How do you use it? I will create a new version in my repo with your changes soon.
This allows me to add a prefix to the JSP:
<pack:script enabled="${packTagEnabled}" prefix="extjs4script">
<src>/js-lib/ext/4.2.2/builds/ext-all-sandbox-debug.js</src>
</pack:script>
So when I look at the browser I see a JS file (we have many compacted js files) wit the name extjs4script.compact.js.333.pack.
A prefix allows differentiation between the files when assessing client side performance (and possibly assists when debugging problems).