An in-memory key:value store/cache library for Go
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. This package provides symbolic links that alias the following Go import paths to github.com/influxdata/go-cache: – github.com/influxdb/go-cache Aliasing Go import paths via symbolic links or http redirects is fragile. If your Go code depends on this package, you should patch it to import directly github.com/influxdata/go-cache.
| Release | Stable | Testing | 
|---|---|---|
| Fedora Rawhide | 0-0.21.20190703git7d1d6d6.fc35 | - | 
| Fedora 35 | 0-0.21.20190703git7d1d6d6.fc35 | - | 
| Fedora 34 | 0-0.20.20190703git7d1d6d6.fc34 | - | 
			You can contact the maintainers of this package via email at
			golang-github-influxdata-cache dash maintainers at fedoraproject dot org.