Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMutexConversion = errors.New("failed to convert cached value to mutex")
Functions ¶
This section is empty.
Types ¶
type MutexCache ¶
type MutexCache struct {
// contains filtered or unexported fields
}
func NewMutexCache ¶
func NewMutexCache(concurrMap *sync.Map) *MutexCache
Click to show internal directories.
Click to hide internal directories.