How do I setup caching on a task that takes a pyth...
# ask-community
z
How do I setup caching on a task that takes a python class instance as one of its arguments
d
Hi @Zach, You could try writing a custom
Result
that knows how to serialize and store your Task’s output