Tue, 14 May 2024 11:37:53 UTC | login

Information for RPM caffeine-2.3.5-1.fc25.src.rpm

ID1342
Namecaffeine
Version2.3.5
Release1.fc25
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 Time2016-11-28 15:10:52 GMT
Size6.67 MB
5e7ead1521fb1576feb9af52760c562d
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.34 KB
Component of No Buildroots