Skip to content

ElectronMemoryUsageDetails

Unofficial

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

Import:

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

Signature:

export interface ElectronMemoryUsageDetails

Properties

Property Type Description
count number The number of objects in the cache.
liveSize number The size of the live objects in the cache, in bytes.
size number The total size of the cache, in bytes.

Links to this page: