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

ben-manes / caffeine / 2037
100%

Build:
DEFAULT BRANCH: master
Ran 01 May 2017 08:42AM UTC
Jobs 1
Files 68
Run time 45min
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
2037

push

travis-ci

ben-manes
Variable expiration support (fixes #70, #75, #141)

The expiration time can now be customized on a per entry basis to allow
them to expire at different rates. This is acheived in O(1) time using
a timer wheel and evaluating using the new Expiry interface. This
setting can be combined with refreshAfterWrite, but is incompatible
with the fixed expiration types (expireAfterAccess, expireAfterWrite).

While the test suite was updated to incorporate this new configuration
option, there is still remaining work before this should be released.
 - New tests specific to this feature (such as exceptional conditions)
   have not yet been written
 - Incorporate a data integrity check for the timer wheel into the
   validation listener
 - Inspection through cache.policy()
 - JCache integration
 - Documentation

108 of 108 new or added lines in 6 files covered. (100.0%)

5603 of 5964 relevant lines covered (93.95%)

0.94 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
100.0
caffeine/src/main/java/com/github/benmanes/caffeine/cache/Node.java
3
100.0
caffeine/src/main/java/com/github/benmanes/caffeine/cache/Async.java

Coverage Regressions

Lines Coverage ∆ File
2
100.0
caffeine/src/main/java/com/github/benmanes/caffeine/cache/Node.java
1
100.0
caffeine/src/main/java/com/github/benmanes/caffeine/cache/BoundedLocalCache.java
Jobs
ID Job ID Ran Files Coverage
1 2037.1 (TERM=dumb) 01 May 2017 09:27AM UTC 0
93.95
Travis Job 2037.1
Source Files on build 2037
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2037
  • c076d2b6 on github
  • Prev Build on master (#2033)
  • Next Build on master (#2038)
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