(chartId)
| 415 | } |
| 416 | |
| 417 | usageMetaKey(chartId) { |
| 418 | return `chart-cache:v${RUNTIME_CACHE_CONFIG.cacheSchemaVersion}:usage-meta:${chartId}`; |
| 419 | } |
| 420 | |
| 421 | registryKey(scope, id) { |
| 422 | return `runtime-cache:v${RUNTIME_CACHE_CONFIG.cacheSchemaVersion}:registry:${scope}:${id}`; |
no outgoing calls
no test coverage detected