Skip to content

icachemanager

ralphhanna edited this page Dec 18, 2023 · 1 revision

bpmn-server / ICacheManager

Interface: ICacheManager

Implemented by

Table of contents

Methods

Methods

add

add(execution): any

Parameters

Name Type
execution IExecution

Returns

any

Defined in

interfaces/server.ts:120


list

list(): any

Returns

any

Defined in

interfaces/server.ts:119


remove

remove(instanceId): any

Parameters

Name Type
instanceId any

Returns

any

Defined in

interfaces/server.ts:121


shutdown

shutdown(): any

Returns

any

Defined in

interfaces/server.ts:122

Clone this wiki locally