cgxxv / mcache-go

A local memory cache for go1.18 generic feature. Support LFU, LRU, ARC eviction.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mcache-go

A local memory cache for golang service. Support LFU, LRU, ARC evication cache.

About

A local memory cache for go1.18 generic feature. Support LFU, LRU, ARC eviction.

License:MIT License


Languages

Language:Go 98.9%Language:Dockerfile 1.1%