| 23 | } |
| 24 | |
| 25 | interface CacheFileShape { |
| 26 | version: number; |
| 27 | entries: Record<string, LearnSessionCacheValue>; |
| 28 | } |
| 29 | |
| 30 | interface FileLearnSessionCacheStoreOptions { |
| 31 | cacheFilePath?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected