(params = {})
| 423 | } |
| 424 | |
| 425 | async getChartCache(params = {}) { |
| 426 | return this.getCacheEntry({ |
| 427 | cacheKey: this.chartCacheKey(params), |
| 428 | cacheType: "chart", |
| 429 | }); |
| 430 | } |
| 431 | |
| 432 | async setChartCache(params = {}) { |
| 433 | return this.setCacheEntry({ |
no test coverage detected