What Happened
- This change adds explicit documentation and a focused concurrency test for GetOrSet, clarifying that the provided callback function may execute multiple times when many goroutines contend on the same key, which makes the TOCTOU behavior of the cache helper visible to users.
- This change adds explicit documentation and a focused concurrency test for GetOrSet, clarifying that the provided callback function may execute multiple times when many goroutines contend on the same key, which makes the TOCTOU behavior of the cache helper visible to users.
- 1 evidence item attached for review.