Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sometimes it is necessary to keep global information. These functions provide very simple key value store functionality.There are two kinds of stores named and unnamed. There are no restrictions, who can access the content of the stores if the keys are known. The user is responsible for clearing the store, else an OutOfMemory could occur.

A more advanced version can be found in the Key Value Store Feature.

kvwrite(String key, Object value)

...