* check if cache has all keys in Cache * * Note: This is an async function.
(keys: string[])
| 78 | * Note: This is an async function. |
| 79 | */ |
| 80 | hasAllKeys(keys: string[]): Promise<boolean>; |
| 81 | |
| 82 | /** |
| 83 | * Delete url in cache if url exists |
no outgoing calls
no test coverage detected