You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DaprClient class contains a method which allows to store multiple states into a state-store at once: SaveBulkStateAsync.
However, this method doesn't allow you to specify meta-data which is (afaik) required to specify the ttl of the cached items.
I believe an overload of the SaveBulkStateAsync method must be provided that allows you to specify the TTL.