mirror of
https://github.com/Swatinem/rust-cache.git
synced 2025-12-18 07:29:42 +00:00
Add documentation for cache key configuration
This commit is contained in:
parent
828b5ceb21
commit
7fa50d2b40
@ -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…
x
Reference in New Issue
Block a user