Information for RPM caffeine-2.3.5-7.fc31.noarch.rpm
ID | 401823 | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | caffeine | ||||||||||||||||||||||
Version | 2.3.5 | ||||||||||||||||||||||
Release | 7.fc31 | ||||||||||||||||||||||
Epoch | |||||||||||||||||||||||
Arch | noarch | ||||||||||||||||||||||
Summary | High performance, near optimal caching library based on Java 8 | ||||||||||||||||||||||
Description | 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 | ||||||||||||||||||||||
Build Time | 2019-07-24 19:50:15 GMT | ||||||||||||||||||||||
Size | 734.26 KB | ||||||||||||||||||||||
72b7958ff13ae1d7d96b083ee2b836c0 | |||||||||||||||||||||||
License | ASL 2.0 | ||||||||||||||||||||||
Provides |
|
||||||||||||||||||||||
Obsoletes | No Obsoletes | ||||||||||||||||||||||
Conflicts | No Conflicts | ||||||||||||||||||||||
Requires |
|
||||||||||||||||||||||
Recommends | No Recommends | ||||||||||||||||||||||
Suggests | No Suggests | ||||||||||||||||||||||
Supplements | No Supplements | ||||||||||||||||||||||
Enhances | No Enhances | ||||||||||||||||||||||
Files |
|
||||||||||||||||||||||
Component of | No Buildroots |