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

Method clearCache

src/openlayers/overlay/Graph.js:386–389  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

384 * @description 清除缓存。
385 */
386 clearCache() {
387 this.cache = {};
388 this.charts = [];
389 }
390
391 /**
392 * @function Graph.prototype.removeFeatures

Callers 10

removeFeaturesMethod · 0.95
removeAllFeaturesMethod · 0.95
redrawMethod · 0.95
clearMethod · 0.95
SmicImageSpec.jsFile · 0.45
GraphSpec.jsFile · 0.45
GraphThemeLayer.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected