I was wondering how the CacheDependencies property works on a user control and in particularly using the JavaScript Web Part
Am I right in thinking that if I have something like
<uc2:javascript ID="javascript1" runat="server" LinkedFile="~/CMSTemplates/Website/Scripts/myScript.js"
CacheDependencies="~/CMSTemplates/Website/Scripts/myScript.js" />
Then the file will be cached until that file changes on the disk?