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

ben-manes / caffeine / #2785 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 14 Feb 2022 10:31AM UTC
Files 74
Run time 15s
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

14 Feb 2022 08:21AM UTC coverage: 93.797% (-0.06%) from 93.861%
#2785.1

push

github-actions

ben-manes
Allow for more advanced snapshots of entry metadata

Previously the entry metadata had to be queried one-by-one, which could be
too limiting. The Policy.CacheEntry interface allows for reading multiple
peices at once, where getEntryIfPresentQuietly(key) offers a single lookup.

The ordered snapshots (hottest/coldest, youngest/oldest) now allow for
obtaining these entry types. To support cases where the limit is not
known ahead of time, e.g. to skip over some entries, the snapshot
provides a consumable stream. The computations should be short and simple,
prefering to produce a result for downstream processing, to minimize the
hold time of the eviction policy's lock. Therefore this api should be
used with care and is intended for advanced integration scenarios.

6487 of 6916 relevant lines covered (93.8%)

0.94 hits per line

Source Files on job #2785.1
  • Tree
  • List 0
  • Changed 9
  • Source Changed 9
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2785
  • 489ec3cd on github
  • Prev Job for on master (##2779.1)
  • Next Job for on master (##2789.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc