Use only once goroutine for removing expired keys
claudiunicolaa opened this issue · 1 comments
claudiunicolaa commented
time.AfterFunc creates a new goroutine for each key from cache.
claudiunicolaa commented
time.AfterFunc is slow
claudiunicolaa opened this issue · 1 comments
time.AfterFunc creates a new goroutine for each key from cache.
time.AfterFunc is slow