tiny-http-proxy icon indicating copy to clipboard operation
tiny-http-proxy copied to clipboard

LFU cache instead of pure in-memory solution

Open hauke96 opened this issue 5 years ago • 0 comments

The cache is currently a pure in-memory cache. It would probably better to use a LFU cache as mentioned in #1 .

hauke96 avatar Jun 08 '20 18:06 hauke96