mirror of
https://github.com/Swatinem/rust-cache
synced 2025-11-15 03:55:45 +00:00
Add documentation for cache key configuration
This commit is contained in:
parent
828b5ceb21
commit
7fa50d2b40
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ sensible defaults.
|
|||
# default: empty
|
||||
key: ""
|
||||
|
||||
# If the automatic `job`-based cache key should be used for the cache name.
|
||||
# default: "true"
|
||||
use-job-key: ""
|
||||
|
||||
# A whitespace separated list of env-var *prefixes* who's value contributes
|
||||
# to the environment cache key.
|
||||
# The env-vars are matched by *prefix*, so the default `RUST` var will
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue