MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / clearCache

Method clearCache

src/mapboxgl/overlay/GraphThemeLayer.js:364–367  ·  view source on GitHub ↗

* @function GraphThemeLayer.prototype.clearCache * @description 清除缓存。

()

Source from the content-addressed store, hash-verified

362 * @description 清除缓存。
363 */
364 clearCache() {
365 this.cache = {};
366 this.charts = [];
367 }
368
369 /**
370 * @function GraphThemeLayer.prototype.removeFeatures

Callers 5

removeFeaturesMethod · 0.95
removeAllFeaturesMethod · 0.95
redrawMethod · 0.95
clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected