• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ben-manes / caffeine / #5656
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 19 Jul 2026 06:51AM UTC
Jobs 1
Files 78
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Jul 2026 06:01AM UTC coverage: 100.0%. Remained the same
#5656

push

github

ben-manes
Pin and document the absent-key refresh side-load model

A sync refresh(k) on an absent key registers the reload only in
refreshes() — invisible to a concurrent get, which loads again — while
the async view inserts a first-class in-flight entry a get can join.
This sync/async divergence is structurally forced (a sync cache cannot
join an invisible in-progress computeIfAbsent) and intentional; document
it (A2-F1a) and pin the dup-load with a latch-gated test: sync loads
twice, async once. No user-facing javadoc change.

Also add a discardRefresh-across-the-compute-family reference table to
design-decisions, consolidating the per-verdict rules just verified
consistent across both siblings.

4187 of 4194 branches covered (99.83%)

8439 of 8439 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5656.1 19 Jul 2026 06:51AM UTC 78
100.0
Source Files on build #5656
  • Tree
  • List 78
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • c0e20a82 on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc