Skip to main content

createFileCache

Function
This function is defined in the cache module.

Signature

def createFileCache(config?: CacheConfig & { cacheDir?: string }) -> FileCache

Returns

Returns
FileCache
The result of the operation.

Uses

  • FileCache

Source

View on GitHub

src/cache/index.ts at line 251