We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi,
Is there a built-in way to persist decorated functions' cache (like this) ? Also, can we clear a decorated function's cache like this ?
It would help me tremendously for my use-case : I'd like to persist some compute heavy function's results throughout multiple runs.
Thank you ! Cheers