Get the cached value synchronously. Note: This value will be set even when the store's KStore.enableCache is set to false. Note: This value can be null if
Observe a list store for updates
Get an item from list of type T from the store, or null if the store is empty
Get a list of type T from the store, or empty list if the store is empty
Updates the list by applying the given operation lambda to each element in the stored list.
Updates the list by applying the given operation lambda to each element in the stored list and its index in the stored collection.
Remove item(s) of type T from the list in the store
Add item(s) to the end of the list of type T to the store