mirror of
https://github.com/Swatinem/rust-cache
synced 2026-02-25 20:51:26 +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
|
# default: empty
|
||||||
key: ""
|
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
|
# A whitespace separated list of env-var *prefixes* who's value contributes
|
||||||
# to the environment cache key.
|
# to the environment cache key.
|
||||||
# The env-vars are matched by *prefix*, so the default `RUST` var will
|
# The env-vars are matched by *prefix*, so the default `RUST` var will
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue