请帮我。如何清除切片缓存。我正在使用 customTilesSource 并“即时”更改图像的参数,并且需要重绘查看器。
通过 TileCache 中的 API,没有直接清除所有缓存的方法。对于使用 clearTilesFor(tiledImage) 我需要知道 tiledImage,但我不知道如何获取 tiledImage
请帮我。如何清除切片缓存。我正在使用 customTilesSource 并“即时”更改图像的参数,并且需要重绘查看器。
通过 TileCache 中的 API,没有直接清除所有缓存的方法。对于使用 clearTilesFor(tiledImage) 我需要知道 tiledImage,但我不知道如何获取 tiledImage
要清除所有图像的所有图块viewer.world.resetItems()
。
http://openseadragon.github.io/docs/OpenSeadragon.World.html#resetItems