How to Install and Uninstall golang-github-renekroon-ttlcache-dev Package on Kali Linux

Last updated: September 20,2024

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

This guide let you learn how to install golang-github-renekroon-ttlcache-dev on Kali Linux

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

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

Please follow the guidance below to uninstall golang-github-renekroon-ttlcache-dev on Kali Linux:

$ 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 Kali Linux

Package: golang-github-renekroon-ttlcache-dev
Source: golang-github-renekroon-ttlcache
Version: 2.11.1+ds-1
Installed-Size: 79
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-stretchr-testify-dev, golang-golang-x-sync-dev
Size: 18672
SHA256: fa48c1363b51cefa93c9aca5b01947de0b5bbfb04a8ac3375ae982e4cb879937
SHA1: 25e33f3bfb56b29cbdfaadfee9c48575da3379e7
MD5sum: a6eb1cfd25ec12d93e108c6e017f903e
Description: 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:
Homepage: https://github.com/ReneKroon/ttlcache
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-renekroon-ttlcache/golang-github-renekroon-ttlcache-dev_2.11.1+ds-1_all.deb