(params = {})
| 440 | } |
| 441 | |
| 442 | async getSourceCache(params = {}) { |
| 443 | return this.getCacheEntry({ |
| 444 | cacheKey: this.sourceCacheKey(params), |
| 445 | cacheType: "source", |
| 446 | }); |
| 447 | } |
| 448 | |
| 449 | async setSourceCache(params = {}) { |
| 450 | return this.setCacheEntry({ |
no test coverage detected