Hey all, In prefect 1 I cached task results in fil...
# ask-community
a
Hey all, In prefect 1 I cached task results in files using
target
and then if I want to delete cache I can simply delete the files is there anything similar in prefect 2? I know I can save cache using the
cache_key_fn
but I'm not sure how to delete it if necessary