* @param {import('../../types/cache-interceptor.d.ts').default.CacheKey} key * @returns {string}
(key)
| 387 | * @returns {string} |
| 388 | */ |
| 389 | #makeValueUrl (key) { |
| 390 | return `${key.origin}/${key.path}` |
| 391 | } |
| 392 | |
| 393 | /** |
| 394 | * @param {import('../../types/cache-interceptor.d.ts').default.CacheKey} key |
no outgoing calls
no test coverage detected