//
pkg.gl
Category
github.com/dreamsxin/go-utils
cache
package
1.0.18
Repository:
https://github.com/dreamsxin/go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
526 SLOC
#
Structs
Cache
Cache is like a Go sync.Map but with generic is safe for concurrent use by multiple goroutines without additional locking or coordination.
ComparableCache
ComparableCache is like Cache but its element type restricted by comparable.