| 135 | } |
| 136 | |
| 137 | export class MemoryCacheStore implements CacheStore { |
| 138 | constructor (opts?: MemoryCacheStoreOpts) |
| 139 | |
| 140 | get (key: CacheKey): GetResult | Promise<GetResult | undefined> | undefined |
nothing calls this directly
no outgoing calls
no test coverage detected