var a: string = "http://xxxxx/xxx.jpg";
Laya.MiniAdpter.AutoCacheDownFile=true
var ape: Sprite = new Sprite();
Laya.stage.addChild(ape);
ape.loadImage(a);
代码是这样的,这时候缓存(wxanewfiles)里是有这个图片文件的,但是临时文件夹下(wxafiles)也有,并且临时文件夹每次打开不能够重复利用导致多次打开后,临时文件夹不断增大,有什么解决方案么,还是因为少设置了什么东西