Open
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
This article states that, when caches need to be evicted due to space limitations, the oldest caches will be evicted. This is incorrect, which was confirmed in GitHub Support ticket 3452653: cache eviction is decided based on last access time, not creation time.
Additional information
No response