lua-resty-lrucache icon indicating copy to clipboard operation
lua-resty-lrucache copied to clipboard

Feature: implement the api to resize lru

Open sysulq opened this issue 3 years ago • 0 comments

What about implement a resize api to support adjust the size of lru dynamically?

like

local c = lrucache.new(100)
c:resize(50)

sysulq avatar Dec 22 '20 09:12 sysulq