FileCacheEntry
Unofficial
Cache entry storing file hash, modification time, and size.
Import:
import type { FileCacheEntry } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface FileCacheEntryProperties
| Property | Type | Description | |
|---|---|---|---|
| hash | string | Hash of file contents. | |
| mtime | number | Last modified time of file. | |
| size | number | Size of file in bytes. |
Links to this page: