Thu, 14 Nov 2024 16:38:50 UTC | login

Information for RPM golang-github-patrickmn-cache-2.1.0-18.fc40.src.rpm

ID1210952
Namegolang-github-patrickmn-cache
Version2.1.0
Release18.fc40
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 Time2024-01-24 19:10:52 GMT
Size28.12 KB
cc0d344356a8689c7d8d8eaef23a10b7
LicenseMIT
Provides
golang-github-patrickmn-cache-devel = 2.1.0-18.fc40
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.spec4.02 KB
Component of No Buildroots