Releases: ben-manes/caffeine
Releases · ben-manes/caffeine
1.3.3
1.3.2
1.3.1
1.3.0
SingleConsumerQueue
- Promoted from
@Beta
Cache
- Added CacheWriter support
- Improved expiration performance
- Fixed expiration and reference caching bugs
- Fixed caffeine distribution packaging in the tracer-api classes
JCache
- Ensure eviction notifications are processed in-order
1.2.0
ConcurrentLinkedStack
- Fixed
poll
to skip over lazily deleted nodes - Removed interior nodes are unlinked during traversal
Cache
- Periodic maintenance work performed asynchronously when possible
- Avoid false sharing of the maintenance trigger
- Remove unnecessary store-store barriers
JCache
- Fixes to lazy expiration to better match specification
Tracer
- Data format moved to
TraceEventFormats