(scope, id)
| 419 | } |
| 420 | |
| 421 | registryKey(scope, id) { |
| 422 | return `runtime-cache:v${RUNTIME_CACHE_CONFIG.cacheSchemaVersion}:registry:${scope}:${id}`; |
| 423 | } |
| 424 | |
| 425 | async getChartCache(params = {}) { |
| 426 | return this.getCacheEntry({ |
no outgoing calls
no test coverage detected