NOTICE: This package has been removed from pkgsrc

./wip/go-cache, In-memory key:value store/cache library for Go

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 20190904, Package name: go-cache-20190904, Maintainer: kamelderouiche

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.


Master sites:


Version history: (Expand)