(options: FileLearnSessionCacheStoreOptions = {})
| 34 | } |
| 35 | |
| 36 | export function createFileLearnSessionCacheStore(options: FileLearnSessionCacheStoreOptions = {}): LearnSessionCacheStore { |
| 37 | return new FileLearnSessionCacheStore(options); |
| 38 | } |
| 39 | |
| 40 | export function getDefaultCacheFilePath(): string { |
| 41 | const paths = envPaths('mslearn', { suffix: '' }); |
no outgoing calls
no test coverage detected