Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 7.4.1
Div
Classe2e-refDiv

Otp
Floatingfalse

Rp

The memory add-on allows to store and retrieve values to respectively from the memory.

...

Figure: Storing a Data to memory

If an element with the given key already exists in memory, it will be overwritten by the Memory Adapter.

Anchor
retrieve
retrieve

Retrieving Data From Memory

...

If no data with the given key can be found, the Memory adapter throws an error.

Related Error Codes

Find a list of all persistent state error codes on System Errors of the Memory Adapter.

Error CodeDescription
MEMASDM/9The message is not stored here.

Anchor
remove
remove

Removing Stored Data

...

If no data with the given key can be found, the Memory adapter throws an error (MEMASDM/12, see also the list of system errors).

Related Error Codes

Find a list of all persistent state error codes on System Errors of the Memory Adapter.

Error CodeDescription
MEMASDM/12The message is not stored here.

Anchor
clear
clear

Clearing the Memory

Multiexcerpt
MultiExcerptNameclear_memory

To clear the complete used memory, provide the Memory adapter with the following:

  • the Memory Adapter action clear

Figure: Clearing the Memory

Image Modified