Caffeine is a high performance Java caching library providing a near optimal hit rate. 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. To improve integration, JSR-107 JCache and Guava adapters are provided in extension modules. JSR-107 standardizes a Java 6 based API to minimize vendor specific code at the cost of features and performance. Guava's Cache is the predecessor library and the adapters provide a simple migration strategy. Automatic loading of entries into the cache, optionally asynchronously and size-based eviction when a maximum is exceeded based on frequency and recency.

Features

  • 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

Project Activity

See All Activity >

Categories

Libraries

License

Apache License V2.0

Follow Caffeine

Caffeine Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Caffeine!

Additional Project Details

Operating Systems

Windows

Programming Language

Java

Related Categories

Java Libraries

Registered

2021-06-14