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

6 lines
140 B
Go
Raw Normal View History

2024-01-08 16:47:39 +08:00
package local
import "github.com/hashicorp/golang-lru/v2/simplelru"
type EvictCallback[K comparable, V any] simplelru.EvictCallback[K, V]