(key: CacheKey, val: CacheValue)
| 111 | get(key: CacheKey): GetResult | Promise<GetResult | undefined> | undefined |
| 112 | |
| 113 | createWriteStream(key: CacheKey, val: CacheValue): Writable | undefined |
| 114 | |
| 115 | delete(key: CacheKey): void | Promise<void> |
| 116 | } |
no outgoing calls
no test coverage detected