isCachedMetadataEx
Determines whether a cache is a CachedMetadataEx (i.e. it was computed with external-link parsing enabled).
Import:
import { isCachedMetadataEx } from 'obsidian-dev-utils/obsidian/metadata-cache';Signature:
function isCachedMetadataEx(cache: CachedMetadata): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
cache | CachedMetadata | The cache to check. |
Returns: boolean — true if the cache is a CachedMetadataEx, otherwise false.