StashExtension<T> extension

Extension over Stash to add some helper methods

on

Methods

getAll(Set<String> keys) Future<Map<String, T?>>

Available on Stash<T>, provided by the StashExtension extension

Gets the stash values for the specified set of keys
putAll(Map<String, T> map) Future<void>

Available on Stash<T>, provided by the StashExtension extension

Add / Replace the stash values with the specified map of entries.
removeAll(Set<String> keys) Future<void>

Available on Stash<T>, provided by the StashExtension extension

Removes the values stored under a set of keys from this stash