[ bianca ]
[ Quellcode: golang-github-renekroon-ttlcache ]
Paket: golang-github-renekroon-ttlcache-dev (2.11.1+ds-2)
Links für golang-github-renekroon-ttlcache-dev
Quellcode-Paket golang-github-renekroon-ttlcache herunterladen:
- [golang-github-renekroon-ttlcache_2.11.1+ds-2.debian.tar.xz]
- [golang-github-renekroon-ttlcache_2.11.1+ds-2.dsc]
- [golang-github-renekroon-ttlcache_2.11.1+ds.orig.tar.xz]
Betreuer:
Externe Ressourcen:
- Homepage [github.com]
Ähnliche Pakete:
- golang-github-robfig-go-cache-dev
- python3-borgstore
- golang-github-pmylund-go-cache-dev
- golang-github-bep-lazycache-dev
- golang-github-go-task-template-dev
- golang-github-tidwall-buntdb-dev
- golang-github-patrickmn-go-cache-dev
- r-cran-fastmap
- python3-pretty-yaml
- python3-beaker
- golang-github-valyala-fastjson-dev
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
Andere Pakete mit Bezug zu golang-github-renekroon-ttlcache-dev
|
|
|
|
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-golang-x-sync-dev
- Supplemental Go synchronization libraries
golang-github-renekroon-ttlcache-dev herunterladen
| Architektur | Paketgröße | Größe (installiert) | Dateien |
|---|---|---|---|
| all | 18,3 kB | 79,0 kB | [Liste der Dateien] |