dreamscached / MineQuery

📡 Minecraft Server List Ping library written in Go
https://pkg.go.dev/github.com/dreamscached/minequery/v2
MIT License
27 stars 4 forks source link

Use Cache interface instead of hardcoded go-cache library for caching #51

Closed dreamscached closed 7 months ago

dreamscached commented 7 months ago

MineQuery currently uses https://github.com/patrickmn/go-cache library for caching, we could use a compatible Cache interface to allow using custom implementation.