[ sid ]
[ 源代码: golang-github-twin-gocache ]
软件包:golang-github-twin-gocache-dev(2.4.0-1)
golang-github-twin-gocache-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-twin-gocache:
- [golang-github-twin-gocache_2.4.0-1.dsc]
- [golang-github-twin-gocache_2.4.0.orig.tar.xz]
- [golang-github-twin-gocache_2.4.0-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-jedisct1-go-sieve-cache-dev
- python3-web-cache
- python3-diskcache
- golang-github-robfig-go-cache-dev
- golang-github-dgraph-io-ristretto-dev
- golang-github-patrickmn-go-cache-dev
- golang-github-bep-lazycache-dev
- golang-github-pmylund-go-cache-dev
- libcaffeine-java
- golang-github-renekroon-ttlcache-dev
- python3-repoze.lru
High-performance, lightweight in-memory cache (Go library)
gocache is high-performance, lightweight and thread-safe (goroutine-safe) in-memory key-value cache.
It supports LRU and FIFO eviction policies as well as expiration, bulk operations and retrieval of keys by pattern.