Hi! I just came across https://docs.dagger.io/api/arguments#caching and stumbled upon the very first sentence:
When a Secret is included in other operations, the layer cache entries for those operations will be based on the plaintext value of the secret.
I assume (hope) this doesn't mean the actual secret gets stored in the layer cache but just, e.g., some hash thereof?