extract_file_cached.ts view source
(options: ExtractFileCachedOptions): Promise<ExtractFileCachedResult> Loads the cached extraction when its content hash matches, otherwise extracts
fresh. On a miss with caching enabled, cache_path_to_write carries the path
the caller should write.
options
returns
Promise<ExtractFileCachedResult>