Package: wnpp Severity: wishlist Owner: Martina Ferrari <t...@debian.org>
* Package name : golang-github-code-hex-go-generics-cache Version : 1.5.1-1 Upstream Author : Kei Kamikawa * URL : https://github.com/Code-Hex/go-generics-cache * License : Expat Programming Lang: Go Description : Key:value store/cache library written in Go generics This package provides an in-memory key:value store/cache that is suitable for applications running on a single machine. This in-memory cache uses Go Generics (https://go.dev/blog/generics-proposal) introduced in golang 1.18.A key:value store/cache library written in Go generics. . Supports LRU, LFU, FIFO, MRU, and Clock cache replacement policies. Note: This library is a new build dependency for Prometheus