Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: caffeine | Distribution: openSUSE Tumbleweed |
Version: 2.9.3 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Nov 15 13:29:39 2024 |
Group: Unspecified | Build host: reproducible |
Size: 899028 | Source RPM: caffeine-2.9.3-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/ben-manes/caffeine | |
Summary: High performance, near optimal caching library based on Java 8 |
A Cache is similar to ConcurrentMap, but not quite the same. The most fundamental difference is that a ConcurrentMap persists all elements that are added to it until they are explicitly removed. A Cache on the other hand is generally configured to evict entries automatically, in order to constrain its memory footprint. In some cases a LoadingCache or AsyncLoadingCache can be useful even if it doesn't evict entries, due to its automatic cache loading. Caffeine provide 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
Apache-2.0
* Fri Nov 15 2024 Fridrich Strba <fstrba@suse.com> - Initial packaging with version 2.9.3 * last version of the 2.x series that are compatible with Java 8
/usr/share/doc/packages/caffeine /usr/share/doc/packages/caffeine/README.md /usr/share/java/caffeine /usr/share/java/caffeine/caffeine.jar /usr/share/licenses/caffeine /usr/share/licenses/caffeine/LICENSE /usr/share/maven-metadata/caffeine-caffeine.xml /usr/share/maven-poms/caffeine /usr/share/maven-poms/caffeine/caffeine.pom
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Feb 8 00:08:46 2025