Module store

Module store 

Source
Expand description

Persistent storage operations.

Modules§

clear
Module of clear.
find
Module of find.
fragment
Support for fragmented entries.
insert
Module of insert.
keys
Module of keys.
remove
Module of remove.

Functions§

clearNon-native
Clears the store, removing all entries.
findNon-native
Finds an entry in the store, if any.
insertNon-native
Inserts an entry in the store.
keysNon-native
Returns the unordered keys of the entries in the store.
removeNon-native
Removes an entry from the store.