How to Install and Uninstall golang-github-renekroon-ttlcache-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 16,2024

1. Install "golang-github-renekroon-ttlcache-dev" package

Please follow the guidelines below to install golang-github-renekroon-ttlcache-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-github-renekroon-ttlcache-dev

2. Uninstall "golang-github-renekroon-ttlcache-dev" package

Here is a brief guide to show you how to uninstall golang-github-renekroon-ttlcache-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-github-renekroon-ttlcache-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-renekroon-ttlcache-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-renekroon-ttlcache-dev
Architecture: all
Version: 2.0.0+ds-1
Priority: optional
Section: universe/devel
Source: golang-github-renekroon-ttlcache
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 55
Depends: golang-github-stretchr-testify-dev
Filename: pool/universe/g/golang-github-renekroon-ttlcache/golang-github-renekroon-ttlcache-dev_2.0.0+ds-1_all.deb
Size: 12020
MD5sum: 3955f75e7e8e051b5458c273a39c7691
SHA1: 5fab2da19533de1b60b027b595dc2f7d08da1f1f
SHA256: eea5e0768b511387d422758bdb5fd520d51993a9e6c52043df1eb575be8ba2b9
SHA512: d2c25f04a7a3e3d892179f36eab734487dff8d4d63c1c2e8a2be71948bbdcfd3823ac3eae4255d67a8f16a9e060f84babff11f4f1d00b69091618d792b4a8a37
Homepage: https://github.com/ReneKroon/ttlcache
Description-en: In-memory string-interface{} map with expiration for Golang
TTLCache is a simple key/value cache in golang with the following functions:
.
- Thread-safe
- Individual expiring time or global expiring time, you can choose
- Auto-Extending expiration on Get
- DNS style TTL, see SkipTtlExtensionOnHit(bool)
- Fast and memory efficient
- Can trigger callback on key expiration
.
Project TTLCache was forked from wunderlist/ttlcache to add extra functions
not available in the original scope. The main differences are:
.
- An item can store any kind of object, previously, only strings could be
saved
- Optionally, you can add callbacks to: check if a value should expire, be
notified if a value expires, and be notified when new values are added
to the cache
- The expiration can be either global or per item
- Can exist items without expiration time
- Expirations and callbacks are realtime
Description-md5: 53771f748a0ba8b11e3c284cc4655913