Fri, 30 Jan 2026 17:46:22 CST | login

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

ID18810
Package Namegolang-github-patrickmn-cache
Version2.1.0
Release1.ocs23
Epoch
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
StartedMon, 26 Aug 2024 14:41:56 CST
CompletedMon, 26 Aug 2024 14:44:26 CST
Taskbuild (dist-ocs23-epol9, /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
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
golang-github-patrickmn-cache-2.1.0-1.ocs23.src.rpm (info) (download)
noarch
golang-github-patrickmn-cache-devel-2.1.0-1.ocs23.noarch.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build