StashExtension<T> extension

Extension over Stash to add some helper methods

on

Methods

getAll(Set<String> keys) Future<Map<String, T?>>
Gets the stash values for the specified set of keys
putAll(Map<String, T> map) Future<void>
Add / Replace the stash values with the specified map of entries.
removeAll(Set<String> keys) Future<void>
Removes the values stored under a set of keys from this stash