Memory Class

Constructors

Memory.__new()

Memory.__new()

Functions

Requires an instance!

Add(EUID,string,Object)

Adds a to the for

Add(referenceId: EUID,key: string,value: Object) -> Object
Type Name Description
EUID referenceId
string key
Object value

Add(string,Object)

Adds a to the

Add(key: string,value: Object) -> Object
Type Name Description
string key
Object value

Get(string)

Get(key: string) -> Object
Type Name Description
string key

Get(EUID,string)

Get(referenceId: EUID,key: string) -> Object
Type Name Description
EUID referenceId
string key

Set(string,Object)

Overrides the

Set(key: string,value: Object) -> nil
Type Name Description
string key
Object value

Categories:

Updated: