Sun, 01 Feb 2026 05:51:26 CST | login

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

ID37074
Package Namegolang-github-patrickmn-cache
Version2.1.0
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-patrickmn-cache.git?.#6231058a30cc021572abe29e82c9b8fd72cdcbc6
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 bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 03:07:23 CST
CompletedFri, 13 Jun 2025 03:14:46 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-2.oc9.src.rpm (info) (download)
noarch
golang-github-patrickmn-cache-devel-2.1.0-2.oc9.noarch.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
dnf.librepo.log
mock_output.log
dnf.log
state.log
installed_pkgs.log
build.log
mock_config.log
hw_info.log
root.log
noarch_rpmdiff.json
aarch64
state.log
build.log
installed_pkgs.log
root.log
dnf.librepo.log
dnf.rpm.log
dnf.log
mock_output.log
hw_info.log
mock_config.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Jun 09 2025 bbrucezhang <bbrucezhang@tencent.com> - 2.1.0-2 - Rebuilt for loongarch64 * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build