MemoryExportCheckpointStore
此内容尚不支持你的语言。
Defined in: checkpoint.ts:22
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new MemoryExportCheckpointStore():
MemoryExportCheckpointStore
Returns
Section titled “Returns”MemoryExportCheckpointStore
Methods
Section titled “Methods”delete()
Section titled “delete()”delete(
key,signal?):Promise<void>
Defined in: checkpoint.ts:36
Parameters
Section titled “Parameters”string
signal?
Section titled “signal?”AbortSignal
Returns
Section titled “Returns”Promise<void>
Implementation of
Section titled “Implementation of”load()
Section titled “load()”load(
key,signal?):Promise<ExportCheckpoint|undefined>
Defined in: checkpoint.ts:25
Parameters
Section titled “Parameters”string
signal?
Section titled “signal?”AbortSignal
Returns
Section titled “Returns”Promise<ExportCheckpoint | undefined>
Implementation of
Section titled “Implementation of”save()
Section titled “save()”save(
key,checkpoint,signal?):Promise<void>
Defined in: checkpoint.ts:30
Parameters
Section titled “Parameters”string
checkpoint
Section titled “checkpoint”signal?
Section titled “signal?”AbortSignal
Returns
Section titled “Returns”Promise<void>