📣 Dash Labs 0.3.0: @app.long_callback support

This looks great. Is there any plan to allow the object that the long callback returns remain on the server?
ie like Emil’s Server Side Cache:
show-and-tell-server-side-caching

At least for my use-case if I have a long-running callback its usually because I am processing a lot of data that i then want to access later (without having to perform the long process again). I usually don’t want to send all that data back to the browser, just filtered view of it.
Thanks!