forked from floraachy/ImageKnife
parent
0d12aada09
commit
2a81270820
|
@ -183,7 +183,6 @@ export struct ImageKnifeComponent {
|
||||||
|
|
||||||
if (this.imageKnifeOption.isCacheable != null && this.imageKnifeOption.isCacheable != undefined) {
|
if (this.imageKnifeOption.isCacheable != null && this.imageKnifeOption.isCacheable != undefined) {
|
||||||
request.skipMemoryCache(!this.imageKnifeOption.isCacheable)
|
request.skipMemoryCache(!this.imageKnifeOption.isCacheable)
|
||||||
console.log("内存缓存策略" + this.imageKnifeOption.isCacheable)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue