package
0.1.13
Repository: https://github.com/couchbase/cbauth.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewCache creates new Cache.

# Structs

Cache implements simple cache optimized for concurrent reads.
Map is like a Go map[interface{}]interface{} but is safe for concurrent use by multiple goroutines without additional locking or coordination.