Mon, 29 Apr 2024 10:44:33 UTC | login

Information for build caffeine-2.3.5-6.fc30

ID98275
Package Namecaffeine
Version2.3.5
Release6.fc30
Epoch
SummaryHigh performance, near optimal caching library based on Java 8
DescriptionA 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
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2019 10:21:35 UTC
CompletedWed, 24 Jul 2019 10:21:35 UTC
Tags
f31
RPMs
src
caffeine-2.3.5-6.fc30.src.rpm (info) (download)
noarch
caffeine-2.3.5-6.fc30.noarch.rpm (info) (download)
caffeine-javadoc-2.3.5-6.fc30.noarch.rpm (info) (download)
Changelog * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild