Skip to content

MetadataCache.getFileInfo method

MetadataCache › getFileInfo

Unofficial

Get an entry from the file cache.

Signature:

getFileInfo(path: string): FileCacheEntry | undefined

Parameters:

Parameter Type Description
path string The path to get the file info for.

Returns: FileCacheEntry | undefinedThe file cache entry or undefined.