Thu, 14 Nov 2024 15:44:31 UTC | login

Information for RPM golang-github-patrickmn-cache-2.1.0-7.fc31.src.rpm

ID367199
Namegolang-github-patrickmn-cache
Version2.1.0
Release7.fc31
Epoch
Archsrc
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.)
Build Time2019-07-09 16:18:15 GMT
Size22.70 KB
1a7760a30457bb018b80603cf397bb52
LicenseMIT
Provides No Provides
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
go-rpm-macros
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 2 of 2
Name ascending sort Size
go-cache-2.1.0.tar.gz13.25 KB
golang-github-patrickmn-cache.spec2.39 KB
Component of No Buildroots