How to Install and Uninstall libcaffeine-java Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 20,2024

1. Install "libcaffeine-java" package

Please follow the guidance below to install libcaffeine-java on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libcaffeine-java

2. Uninstall "libcaffeine-java" package

This tutorial shows how to uninstall libcaffeine-java on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libcaffeine-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcaffeine-java package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcaffeine-java
Architecture: all
Version: 2.6.2-1
Priority: optional
Section: universe/java
Source: caffeine-cache
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 681
Depends: libslf4j-java
Filename: pool/universe/c/caffeine-cache/libcaffeine-java_2.6.2-1_all.deb
Size: 424096
MD5sum: 6f1b4daff41616c8a0bbeaea9129e159
SHA1: 7002810bd03a08517f8c786006723730b0e5698a
SHA256: e01fdd9de17edb035fabc1b780b4f133ba78f9a537c828fdbcd23c55b97d5241
SHA512: e771c5fdd313fa9ef24b76b6be33c7137bc9bc80206e16a6fb9d7ed7c8e299b115e35d9b5d2e9ce90daac27278e121b976f9b654235311f646ebf557d8270a98
Homepage: https://github.com/ben-manes/caffeine
Description-en: High performance caching library
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
Description-md5: 723cef6c3f0497d013b90de1935a824d