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