Metadata for golang-github-patrickmn-cache-devel-2.1.0-16.el10_0.noarch.rpm

0 directories 0 files
Go up

INFO

Name: golang-github-patrickmn-cache-devel
Version: 2.1.0-16.el10_0
Arch: noarch
Summary: In-memory key:value store/cache library for Go
License: MIT
Vendor: Fedora Project
Build Host: buildvm-a64-07.iad2.fedoraproject.org
Build Date: Thu Nov  7 02:38:16 2024
Size: 80648
URL: https://github.com/patrickmn/go-cache
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.)

This package contains the source code needed for building packages that
reference the following Go import paths:
 – github.com/patrickmn/go-cache

FILES

/usr/share/doc/golang-github-patrickmn-cache-devel
/usr/share/doc/golang-github-patrickmn-cache-devel/CONTRIBUTORS
/usr/share/doc/golang-github-patrickmn-cache-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/patrickmn
/usr/share/gocode/src/github.com/patrickmn/go-cache
/usr/share/gocode/src/github.com/patrickmn/go-cache/.goipath
/usr/share/gocode/src/github.com/patrickmn/go-cache/cache.go
/usr/share/gocode/src/github.com/patrickmn/go-cache/cache_test.go
/usr/share/gocode/src/github.com/patrickmn/go-cache/sharded.go
/usr/share/gocode/src/github.com/patrickmn/go-cache/sharded_test.go
/usr/share/licenses/golang-github-patrickmn-cache-devel
/usr/share/licenses/golang-github-patrickmn-cache-devel/LICENSE

REQUIRES

go-filesystem
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1

PROVIDES

golang(github.com/patrickmn/go-cache) 2.1.0-16.el10_0
golang-github-patrickmn-cache-devel 2.1.0-16.el10_0
golang-ipath(github.com/patrickmn/go-cache) 2.1.0-16.el10_0

CONFIG FILES

/usr/share/doc/golang-github-patrickmn-cache-devel
/usr/share/doc/golang-github-patrickmn-cache-devel/CONTRIBUTORS d
/usr/share/doc/golang-github-patrickmn-cache-devel/README.md d
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/patrickmn
/usr/share/gocode/src/github.com/patrickmn/go-cache
/usr/share/gocode/src/github.com/patrickmn/go-cache/.goipath
/usr/share/gocode/src/github.com/patrickmn/go-cache/cache.go
/usr/share/gocode/src/github.com/patrickmn/go-cache/cache_test.go
/usr/share/gocode/src/github.com/patrickmn/go-cache/sharded.go
/usr/share/gocode/src/github.com/patrickmn/go-cache/sharded_test.go
/usr/share/licenses/golang-github-patrickmn-cache-devel
/usr/share/licenses/golang-github-patrickmn-cache-devel/LICENSE l

LICENSE FILES

MIT