[ nabia ]
[ aramo ]
[ 源代码: golang-github-patrickmn-go-cache ]
软件包: golang-github-patrickmn-go-cache-dev (2.1.0-1.1)
golang-github-patrickmn-go-cache-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-patrickmn-go-cache:
- [golang-github-patrickmn-go-cache_2.1.0-1.1.dsc]
- [golang-github-patrickmn-go-cache_2.1.0.orig.tar.xz]
- [golang-github-patrickmn-go-cache_2.1.0-1.1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team (Mail Archive)
- Dr. Tobias Quathamer
外部的资源:
- 主页 [github.com]
相似软件包:
in-memory key:value store/cache (similar to Memcached)
go-cache is an in-memory key:value store/cache similar to memcached that is suitable for applications running on a single machine. Its major advantage is that, being essentially a thread-safe map[string]interface{} with expiration times, it doesn't need to serialize or transmit its contents over the network.