is Pants cache shared between different Pants vers...
# general
f
is Pants cache shared between different Pants versions? I.e. on Pants upgrade, will all / any parts of the cache get invalidated?
1
c
my understanding is that yes, as long as the hash value is the same the version of pants you are using does not matter.
*the hash value for a particular cached value
h
Correct, we don't mix the Pants version into cache keys
🙏 2