kasvith / kache

A simple in memory cache written using go
https://kasvith.github.io/kache
MIT License
351 stars 26 forks source link

Key eviction #81

Open kasvith opened 6 years ago

kasvith commented 6 years ago

Description Keys should expire when they have set flags

kasvith commented 6 years ago

according to this issue deleting element from a map will not reduce memory used... im not sure we should copy entire map to another too as it suggests