[ 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.