Skip to main content

VeramoJsonStore interface

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

An extension to VeramoJsonCache that bundles an update notification callback that allows implementors to persist the VeramoJsonCache and any other data it may contain to another storage medium.

This API may change in future versions without a BREAKING CHANGE notice.

Signature:

export interface VeramoJsonStore extends VeramoJsonCache

Extends: VeramoJsonCache

Properties

PropertyModifiersTypeDescription
notifyUpdateDiffCallback(BETA)