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

ben-manes / caffeine / 2372
100%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2019 05:11AM UTC
Jobs 1
Files 74
Run time 4s
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

pending completion
2372

push

travis-ci

ben-manes
Add getAll to manual AsyncCache (#310)

AsyncLoadingCache offers `getAll(keys)` which invokes the attached cache
loader, using either its singular or bulk implementation. The bulk logic
is promoted to support a `getAll(keys, mappingFunction)`, allowing a
lambda to capture other variables in scope. Previously they would have
had to be passed into the cache loader, e.g. using a request-scoped Guice
`Provider<T>`.

Similar work should be done for the manual synchronous Cache, which is
left for a future commit.

5972 of 6373 relevant lines covered (93.71%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2372.2 (GROUP=tests) 29 Apr 2019 05:11AM UTC 0
93.71
Travis Job 2372.2
Source Files on build 2372
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2372
  • 4cf6d6e6 on github
  • Prev Build on master (#2371)
  • Next Build on master (#2378)
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