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.
.
Supports LRU, LFU, FIFO, MRU, and Clock cache replacement policies.
Installed Size: 104.4 kB
Architectures: all