(url: string, format: string)
| 55 | * @returns Cache key |
| 56 | */ |
| 57 | export function getUrlContentCacheKey(url: string, format: string): string { |
| 58 | return `url_content:${format}:${url}`; |
| 59 | } |
| 60 | |
| 61 | /** |
| 62 | * Get a value from KV cache |
nothing calls this directly
no outgoing calls
no test coverage detected