Mon, 29 Apr 2024 13:08:26 UTC | login

Information for build caffeine-2.3.5-10.fc33

ID177844
Package Namecaffeine
Version2.3.5
Release10.fc33
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
StartedThu, 13 Aug 2020 14:28:45 UTC
CompletedThu, 13 Aug 2020 14:28:45 UTC
Tags
f33
f37
f38
RPMs
src
caffeine-2.3.5-10.fc33.src.rpm (info) (download)
noarch
caffeine-2.3.5-10.fc33.noarch.rpm (info) (download)
caffeine-javadoc-2.3.5-10.fc33.noarch.rpm (info) (download)
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 2.3.5-9 - Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild