Skip to content

ReferenceLinkCache

Official

The cache of the reference link in the note.

[google]: https://google.com ```
<ImportStatement text="import type { ReferenceLinkCache } from 'obsidian';" />
<TypeSignature kind="interface" name="ReferenceLinkCache" extends={["CacheItem"]} />
**Extends:** [CacheItem](/obsidian-typings/catalyst/api/obsidian/augmentations/CacheItem/)
<PropertyTable rows={[
{ status: ApiStatus.Official, name: "id", href: "./id/", type: "<a href=\"https://www.typescriptlang.org/docs/handbook/basic-types.html#string\">string</a>", description: "The ID of the reference link." },
{ status: ApiStatus.Official, name: "link", href: "./link/", type: "<a href=\"https://www.typescriptlang.org/docs/handbook/basic-types.html#string\">string</a>", description: "The link of the reference link." },
{ status: ApiStatus.Official, name: "position", href: "/obsidian-typings/catalyst/api/obsidian/augmentations/CacheItem/position/", type: "<a href=\"/obsidian-typings/catalyst/api/obsidian/augmentations/Pos/\">Pos</a>", description: "Position of this item in the note.", inheritedFrom: "<a href=\"/obsidian-typings/catalyst/api/obsidian/augmentations/CacheItem/\">CacheItem</a>" },
]} />
---
**Links to this page:**
- [CachedMetadata](/obsidian-typings/catalyst/api/obsidian/augmentations/CachedMetadata/)