SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

golang-github-patrickmn-cache-devel rpm build for : Fedora Other. For other distributions click golang-github-patrickmn-cache-devel.

Name : golang-github-patrickmn-cache-devel
Version : 2.1.0 Vendor : Fedora Project
Release : 16.fc41 Date : 2024-07-18 16:20:41
Group : Unspecified Source RPM : golang-github-patrickmn-cache-2.1.0-16.fc41.src.rpm
Size : 0.08 MB
Packager : Fedora Project
Summary : In-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.)

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

RPM found in directory: /vol/rzm3/linux-fedora-buffet/fedora-secondary/development/41/Everything/s390x/os/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  golang-github-patrickmn-cache-devel-2.1.0-16.fc41.noarch.rpm
ftp.icm.edu.pl  golang-github-patrickmn-cache-devel-2.1.0-16.fc41.noarch.rpm
ftp.icm.edu.pl  golang-github-patrickmn-cache-devel-2.1.0-16.fc41.noarch.rpm
ftp.icm.edu.pl  golang-github-patrickmn-cache-devel-2.1.0-16.fc41.noarch.rpm
ftp.icm.edu.pl  golang-github-patrickmn-cache-devel-2.1.0-16.fc41.noarch.rpm
ftp.icm.edu.pl  golang-github-patrickmn-cache-devel-2.1.0-16.fc41.noarch.rpm
ftp.icm.edu.pl  golang-github-patrickmn-cache-devel-2.1.0-16.fc41.noarch.rpm
ftp.icm.edu.pl  golang-github-patrickmn-cache-devel-2.1.0-16.fc41.noarch.rpm
     

Provides :
golang(github.com/patrickmn/go-cache)
golang-github-patrickmn-cache-devel
golang-ipath(github.com/patrickmn/go-cache)

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


Content of RPM :
/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

 
ICM