How to Install and Uninstall libcaffeine-java Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "libcaffeine-java" package

This tutorial shows how to install libcaffeine-java on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libcaffeine-java

2. Uninstall "libcaffeine-java" package

Please follow the instructions below to uninstall libcaffeine-java on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libcaffeine-java package on Ubuntu 21.10 (Impish Indri)

Package: libcaffeine-java
Architecture: all
Version: 2.6.2-1.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.1_all.deb
Size: 424128
MD5sum: 8ca1af73cb03af296df6018972a4eeeb
SHA1: 8a7a2279f9f11ce3c5e4d67b848b4042855d4c98
SHA256: ce8cd4d3aa9401502c76cef12bc4d26e73f366acfb42ae73d18d476748d9b47f
SHA512: 38697c970becd0244c0a44470f89974a12d6be65885f2fe5987b15913e05f759549fc6bf15ab25cd54341b27e7efd7db599ffa8a03d21112a6a13d73f870485a
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