libcaffeine-java
High performance caching library
Description
Caffeine provides an in-memory cache using a Google Guava inspired API. The improvements draw on the experience designing Guava's cache and ConcurrentLinkedHashMap. Caffeine provides 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
Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/ben-manes/caffeine
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install libcaffeine-java