craft your forge, build your project, grow your community freely
1---
2id: "94af"
3priority: 83
4sprint: ""
5assignee: null
6status: v0.4
7kind: issue
8---
910# Executor need cache
1112Today pipeline is slow because there is no cache, I have added a way to `bind` directory from external to internal in the `bwrap` executor, and so with a good configuration `mise` binaries can be cached.
1314But this solution not work with `container` or `ssh` and it is dependant on administraot of instance.
1516Add a cache concept to keep files from job to job. Maybe add a `key` cache to know what user want to cache based on `branch` or not.
1718Add a concept to delete the cache, when, how...