Skip to content

ElectronMemoryUsageDetails

Unofficial

Usage information for one of Blink’s internal memory caches.

Import:

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

Signature:

export interface ElectronMemoryUsageDetails

Properties

PropertyTypeDescription
countnumberThe number of objects in the cache.
liveSizenumberThe size of the live objects in the cache, in bytes.
sizenumberThe total size of the cache, in bytes.

Links to this page: