[ ソース: golang-go-cache ]
パッケージ: golang-github-pmylund-go-cache-dev (0.0~git20150304-2)
golang-github-pmylund-go-cache-dev に関するリンク
Debian の資源:
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]
メンテナ:
- pkg-go (QA ページ, メールアーカイブ)
- Tim Potter (QA ページ)
外部の資源:
- ホームページ [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