mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-12 01:16:54 +08:00
Mention why the extra permissions are required (#108)
This commit is contained in:
@@ -62,6 +62,10 @@ This cached file is then restored upon the second run, and afterwards resaved un
|
|||||||
The benefit of caching is that downloading one big file is quicker than downloading many different files from many different locations
|
The benefit of caching is that downloading one big file is quicker than downloading many different files from many different locations
|
||||||
and precompiling them.
|
and precompiling them.
|
||||||
|
|
||||||
|
By default, this action removes caches that were previously made by jobs on the same branch with the same restore key.
|
||||||
|
GitHub automatically removes old caches after a certain period or when the repository cache allocation is full.
|
||||||
|
It is, however, more efficient to explicitly remove old caches to improve caching for less frequently run jobs.
|
||||||
|
|
||||||
### Cache keys
|
### Cache keys
|
||||||
|
|
||||||
The cache key that the cache will be saved as is based on:
|
The cache key that the cache will be saved as is based on:
|
||||||
|
|||||||
Reference in New Issue
Block a user