tiny-http-proxy
tiny-http-proxy copied to clipboard
LFU cache instead of pure in-memory solution
The cache is currently a pure in-memory cache. It would probably better to use a LFU cache as mentioned in #1 .