feature add lru cache evict #94
Annotations
2 errors
lint:
memory/lru/cache.go#L168
S1008: should use 'return !elem.Value.isExpired()' instead of 'if elem.Value.isExpired() { return false }; return true' (gosimple)
|
lint
issues found
|