Methods
Static clone
- clone(key?: string, filterKeys?: string[]): any
-
Parameters
-
key: string = null
-
filterKeys: string[] = ...
Returns any
Static getCached
- getCached(nodeId: string, key?: string): Promise<any>
-
Parameters
-
nodeId: string
-
key: string = null
Returns Promise<any>
Static getFilteredKeys
- getFilteredKeys(filterKeys?: string[]): any[]
-
Parameters
-
filterKeys: string[] = ...
Returns any[]