Skip to content

Commit c7cd3e8

Browse files
committed
remove caveat about for any given invocation
Signed-off-by: Sean Corfield <[email protected]>
1 parent c15b60d commit c7cd3e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/clojure/clojure/core/cache/wrapped.clj

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
value (using value-fn, and optionally wrap-fn), update the cache for `e`
4141
and then perform the lookup again.
4242
43-
For any given invocation of lookup-or-miss, it is guaranteed that
4443
value-fn (and wrap-fn) will only be called (at most) once even in the
4544
case of retries, so there is no risk of cache stampede.
4645

0 commit comments

Comments
 (0)