package
1.0.18
Repository: https://github.com/dreamsxin/go-utils.git
Documentation: pkg.go.dev

# Structs

Cache is like a Go sync.Map but with generic is safe for concurrent use by multiple goroutines without additional locking or coordination.
ComparableCache is like Cache but its element type restricted by comparable.