|
* `restore-keys` - An ordered list of prefix-matched keys to use for restoring stale cache if no cache hit occurred for key. |
This turns out to be slightly but importantly wrong: the format is actually a multi-line string with one key per line; attempting to supply an actual list of keys will fail to validate (c.f. python/cpython#104468 (review)). I think the just updating the docs is probably better than switching to the currently-documented behavior.
cache/README.md
Line 52 in 04f198b
This turns out to be slightly but importantly wrong: the format is actually a multi-line string with one key per line; attempting to supply an actual list of keys will fail to validate (c.f. python/cpython#104468 (review)). I think the just updating the docs is probably better than switching to the currently-documented behavior.