Wed, 15 May 2024 01:33:45 UTC | login

Information for RPM caffeine-2.3.5-4.fc28.src.rpm

ID102200
Namecaffeine
Version2.3.5
Release4.fc28
Epoch
Archsrc
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
Build Time2018-02-07 04:27:34 GMT
Size6.67 MB
a06d043676c1675ee6db34e3f1be9670
LicenseASL 2.0
Provides No Provides
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
maven-local
mvn(com.google.code.findbugs:jsr305)
mvn(com.google.guava:guava)
mvn(com.squareup:javapoet)
mvn(org.apache.commons:commons-lang3)
mvn(org.apache.felix:maven-bundle-plugin)
mvn(org.codehaus.mojo:exec-maven-plugin)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 4 of 4
Name ascending sort Size
caffeine-2.3.5.pom5.30 KB
caffeine-2.3.5.tar.gz6.67 MB
caffeine-gen.pom1.56 KB
caffeine.spec7.79 KB
Component of No Buildroots