When you use the clone execution will this use the...
# flyte-support
n
When you use the clone execution will this use the cache from the previous execution?
t
you’re referring to the
(cache=True, cache_version="v1")
args to the decorators?
yes - that feature should be independent of execution cloning.
n
Ok so the cache will hold awsome thanks!
t
assuming the previous execution or some previous execution wrote the cache, yeah, it will hold.
n
Thanks
152 Views