Tue, 03 Feb 2026 10:48:11 CST | login

Information for build golang-github-patrickmn-cache-2.1.0-1.oc9

ID29907
Package Namegolang-github-patrickmn-cache
Version2.1.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-patrickmn-cache.git?.#1fb57d6ffb63ce6198a6013c017adc88a5cab1ff
SummaryIn-memory key:value store/cache library for Go
Description 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. Any object can be stored, for a given duration or forever, and the cache can be safely used by multiple goroutines. Although Go-cache isn't meant to be used as a persistent datastore, the entire cache can be saved to and loaded from a file (using c.Items() to retrieve the items map to serialize, and NewFrom() to create a cache from a deserialized one) to recover from downtime quickly. (See the docs for NewFrom() for caveats.)
Built byfanjunkong
State complete
Volume DEFAULT
StartedSat, 21 Sep 2024 01:57:32 CST
CompletedSat, 21 Sep 2024 02:02:14 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/golang-github-patrickmn-cache.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-patrickmn-cache.git?.#origin/master'}}
Tags
epol9-test-compose
RPMs
src
golang-github-patrickmn-cache-2.1.0-1.oc9.src.rpm (info) (download)
noarch
golang-github-patrickmn-cache-devel-2.1.0-1.oc9.noarch.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build