package
0.0.0-20210201173354-8cba18c2dd1c
Repository: https://github.com/ugorji/go-common.git
Documentation: pkg.go.dev

# README

go-common/safestore

This repository contains the go-common/safestore library.

To install:

go get github.com/ugorji/go-common/safestore

Package Documentation

Package safestore provides a possibly threadsafe key-value cache.

Exported Package API

type I interface{ ... }
type Item struct{ ... }
type T struct{ ... }
    func New(useLock bool) *T