Commits
Click on a commit to change the comparison rangeExpose a `cache` instance from `shared.helpers.cache`
Both `api` and `worker` currently have their own modules exporting a `cache` instance, which at least in API is being misused in some places.
By exposed an ready to use instance directly from `shared`, it should be harder to misuse. add caching directly to github integration tokens