Files
open-im-server/pkg/common/localcache/local/callback.go
T
2024-01-08 16:47:39 +08:00

6 lines
140 B
Go

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