mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-12 22:59:03 +08:00
6 lines
145 B
Go
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]
|