Protected
Readonly
Function
keys
Array of keys.
Retrieves all keys within the given block(s).
size
The size.
Returns the size of the specified block.
get
The key to retrieve.
The value associated with the key, or null if not found.
Retrieves the value associated with a given key in the specified block.
set
The key to update.
The value to assign.
Sets the value for a given key in the specified block and triggers callbacks (if enabled).
initialize
Initializes the block at the given key, and triggers callbacks for all the keys in its data.
clear
Clears the block data.
keys