SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

caffeine rpm build for : Fedora 25. For other distributions click caffeine.

Name : caffeine
Version : 2.3.5 Vendor : Fedora Project
Release : 1.fc25 Date : 2016-11-28 16:12:07
Group : Unspecified Source RPM : caffeine-2.3.5-1.fc25.src.rpm
Size : 0.95 MB
Packager : Fedora Project
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

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora-secondary/updates/25/ppc64/c

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  caffeine-2.3.5-1.fc25.noarch.rpm
ftp.icm.edu.pl  caffeine-2.3.5-1.fc25.noarch.rpm
     

Provides :
caffeine
mvn(com.github.ben-manes.caffeine:caffeine)
mvn(com.github.ben-manes.caffeine:caffeine:pom:)
osgi(com.github.ben-manes.caffeine)

Requires :
java-headless >= 1:1.8
javapackages-tools
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/share/doc/caffeine
/usr/share/doc/caffeine/README.md
/usr/share/java/caffeine
/usr/share/java/caffeine/caffeine.jar
/usr/share/licenses/caffeine
/usr/share/licenses/caffeine/LICENSE
/usr/share/maven-metadata/caffeine-caffeine.xml
/usr/share/maven-poms/caffeine
/usr/share/maven-poms/caffeine/caffeine.pom

 
ICM