#generalized function caching by sipsma ·...
1 messages · Page 1 of 1 (latest)
quick question around the implementation of this, if you wouldn't mind @unkempt ravine 🙂
When annotating a function with +cache=never, does this mean a cache layer is never created in the first place (never written to /var/lib/dagger)?
Does this mean even logic that doesn't use dagger primitives are also cached?
Unfortunately not yet. That will require more progress on migrating cache logic from buildkit->dagger. That is the behavior we are aiming for in time though. Specifically, the layer would have to exist while the session is open, but once the client disconnects it should disappear right away.