An interface for creating subscriptions on the store.
Name
Description
Type
Triggered when an item is deleted from the store.
Triggered when the dispose
method is called on the store.
Triggered when an item is read from the store.
Triggered when an item not previously in the store was set.
Triggered when the keys of the store where read. For example, the store is iterated over.
Triggered when the store is reset.
Triggered when an item is set in the store (regardless of if it was previously present or not).