更新脚本:Longbow.Cache组件移除Clear操作符,统一使用cacheKey
This commit is contained in:
parent
825f7ae77b
commit
bede29fa51
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue