claudiunicolaa/im-distributed-cache

Use only once goroutine for removing expired keys

claudiunicolaa opened this issue · 1 comments

time.AfterFunc creates a new goroutine for each key from cache.

time.AfterFunc is slow