更新脚本:Longbow.Cache组件移除Clear操作符,统一使用cacheKey

This commit is contained in:
Argo-MacBookPro 2018-10-25 10:10:44 +08:00
parent 825f7ae77b
commit bede29fa51
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
callback: function (urls) {
if (urls && $.isArray(urls)) {
$.each(urls, function (index, item) {
if (options.clear) options.url = item.Url + "?clear=clear";
if (options.clear) options.url = item.Url + "?cacheKey=*";
else options.url = item.Url;
$.bc({
url: options.url,