TagCache
Official
The cache of the tag in the note.
#baz ```
<ImportStatement text="import type { TagCache } from 'obsidian';" />
<TypeSignature kind="interface" name="TagCache" extends={["CacheItem"]} />
**Extends:** [CacheItem](/obsidian-typings/catalyst/api/obsidian/augmentations/CacheItem/)
<PropertyTable rows={[ { 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>" }, { status: ApiStatus.Official, name: "tag", href: "./tag/", type: "<a href=\"https://www.typescriptlang.org/docs/handbook/basic-types.html#string\">string</a>", description: "The tag." },]} />
---
**Links to this page:**
- [CachedMetadata](/obsidian-typings/catalyst/api/obsidian/augmentations/CachedMetadata/)