Files
open-im-server/pkg/common/localcache/callback.go
T

6 lines
145 B
Go

package localcache
import "github.com/hashicorp/golang-lru/v2/simplelru"
type EvictCallback[K comparable, V any] simplelru.EvictCallback[K, V]