lxzan / memorycache

minimalist in-memory kv storage, powered by hashmap and minimal quad heap.
https://pkg.go.dev/github.com/lxzan/memorycache
MIT License
49 stars 5 forks source link

Fixed a bug in the GetOrCreateWithCallback method #7

Closed Cloverk1t closed 10 months ago

Cloverk1t commented 10 months ago

Fixed a bug in the GetOrCreateWithCallback method that did not return an error value when the heap size exceeded MaxCapacity.

lxzan commented 10 months ago

容量溢出淘汰堆顶缓存, 不应该认为是错误

lxzan commented 10 months ago

dev分支我已经改好了