[ 源代码: golang-go-cache ]
软件包: golang-github-pmylund-go-cache-dev (0.0~git20150304-2)
golang-github-pmylund-go-cache-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-go-cache:
- [golang-go-cache_0.0~git20150304-2.dsc]
- [golang-go-cache_0.0~git20150304.orig.tar.gz]
- [golang-go-cache_0.0~git20150304-2.debian.tar.xz]
维护者:
Original Maintainers:
- pkg-go (Mail Archive)
- Tim Potter
外部的资源:
- 主页 [github.com]
相似软件包:
Go library for in-memory key/value store 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.
其他与 golang-github-pmylund-go-cache-dev 有关的软件包
|
|
|
-
- dep: golang-go
- Go programming language compiler, linker, compiled stdlib