Skip to content

FileCacheEntry

Unofficial

Cache entry storing file hash, modification time, and size.

Import:

import type { FileCacheEntry } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface FileCacheEntry

Properties

PropertyTypeDescription
hashstringHash of file contents.
mtimenumberLast modified time of file.
sizenumberSize of file in bytes.

Links to this page: