Tue, 23 Apr 2024 11:35:29 UTC | login

Information for build sclo-cassandra3-caffeine-2.3.5-2.el7

ID18883
Package Namesclo-cassandra3-caffeine
Version2.3.5
Release2.el7
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 byacaringi
State complete
Volume DEFAULT
StartedThu, 10 Aug 2017 17:07:13 UTC
CompletedThu, 10 Aug 2017 17:12:43 UTC
Taskbuild (sclo7-sclo-cassandra3-sclo-el7, sclo-cassandra3-caffeine-2.3.5-2.el7.src.rpm)
Tags
sclo7-sclo-cassandra3-sclo-candidate
sclo7-sclo-cassandra3-sclo-release
sclo7-sclo-cassandra3-sclo-testing
RPMs
src
sclo-cassandra3-caffeine-2.3.5-2.el7.src.rpm (info) (download)
noarch
sclo-cassandra3-caffeine-2.3.5-2.el7.noarch.rpm (info) (download)
sclo-cassandra3-caffeine-javadoc-2.3.5-2.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Tue Nov 29 2016 Tomas Repik <trepik@redhat.com> - 2.3.5-2 - scl conversion * Mon Nov 21 2016 Tomas Repik <trepik@redhat.com> - 2.3.5-1 - initial package