| 43 | } |
| 44 | |
| 45 | class FileLearnSessionCacheStore implements LearnSessionCacheStore { |
| 46 | private readonly cacheFilePath: string; |
| 47 | private readonly ttlMs: number; |
| 48 | private readonly now: () => number; |
nothing calls this directly
no outgoing calls
no test coverage detected