caffeine-cache 2.6.2-1.1 source package in Ubuntu

Changelog

caffeine-cache (2.6.2-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 12:29:56 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
caffeine-cache_2.6.2-1.1.dsc 2.1 KiB f2ad1d555b471d9463a6140d651afeb425338c7ad690c5964f525f2ce1440f81
caffeine-cache_2.6.2.orig.tar.xz 690.1 KiB c3d54b7850ec305ca82410f74db316a6c13cb377b6575aab45df6bbc14e05dc1
caffeine-cache_2.6.2-1.1.debian.tar.xz 8.1 KiB 39fd30b76a8aaa26eb97a7bf83107d0cfc08745983b2758c8e07aeaa77e483c8

Available diffs

No changes file available.

Binary packages built by this source

libcaffeine-java: High performance caching library

 Caffeine provides an in-memory cache using a Google Guava inspired API.
 The improvements draw on the experience designing Guava's cache and
 ConcurrentLinkedHashMap.
 .
 Caffeine provides flexible construction to create a cache with a combination
 of the following features:
  * Automatic loading of entries into the cache, optionally asynchronously
  * Size-based eviction when a maximum is exceeded based on frequency
    and recency
  * Time-based expiration of entries, measured since last access or last write
  * Asynchronously refresh when the first stale request for an entry occurs
  * Keys automatically wrapped in weak references
  * Values automatically wrapped in weak or soft references
  * Notification of evicted (or otherwise removed) entries
  * Writes propagated to an external resource
  * Accumulation of cache access statistics