Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

NoCacheManager

ralphhanna edited this page Dec 18, 2023 · 1 revision

bpmn-server / NoCacheManager

Class: NoCacheManager

super class for various objects that are part of the server

Hierarchy

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new NoCacheManager(server): NoCacheManager

Parameters

Name Type
server any

Returns

NoCacheManager

Overrides

ServerComponent.constructor

Defined in

server/CacheManager.ts:13

Properties

server

server: any

Inherited from

ServerComponent.server

Defined in

server/ServerComponent.ts:9

Accessors

appDelegate

get appDelegate(): any

Returns

any

Inherited from

ServerComponent.appDelegate

Defined in

server/ServerComponent.ts:18


cache

get cache(): CacheManager

Returns

CacheManager

Inherited from

ServerComponent.cache

Defined in

server/ServerComponent.ts:17


configuration

get configuration(): any

Returns

any

Inherited from

ServerComponent.configuration

Defined in

server/ServerComponent.ts:14


cron

get cron(): Cron

Returns

Cron

Inherited from

ServerComponent.cron

Defined in

server/ServerComponent.ts:16


dataStore

get dataStore(): any

Returns

any

Inherited from

ServerComponent.dataStore

Defined in

server/ServerComponent.ts:20


definitions

get definitions(): any

Returns

any

Inherited from

ServerComponent.definitions

Defined in

server/ServerComponent.ts:21


engine

get engine(): IEngine

Returns

IEngine

Inherited from

ServerComponent.engine

Defined in

server/ServerComponent.ts:19


listener

get listener(): any

Returns

any

Inherited from

ServerComponent.listener

Defined in

server/ServerComponent.ts:22


logger

get logger(): any

Returns

any

Inherited from

ServerComponent.logger

Defined in

server/ServerComponent.ts:15

Methods

add

add(execution): any

Parameters

Name Type
execution IExecution

Returns

any

Implementation of

ICacheManager.add

Defined in

server/CacheManager.ts:22


getInstance

getInstance(instanceId): any

Parameters

Name Type
instanceId any

Returns

any

Defined in

server/CacheManager.ts:20


list

list(): any[]

Returns

any[]

Implementation of

ICacheManager.list

Defined in

server/CacheManager.ts:17


remove

remove(instanceId): any

Parameters

Name Type
instanceId any

Returns

any

Implementation of

ICacheManager.remove

Defined in

server/CacheManager.ts:23


restart

restart(): void

Returns

void

Defined in

server/CacheManager.ts:26


shutdown

shutdown(): void

Returns

void

Implementation of

ICacheManager.shutdown

Defined in

server/CacheManager.ts:25

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.