issues
search
scalalang2
/
golang-fifo
Modern efficient cache design with simple FIFO queue only in Golang
MIT License
142
stars
7
forks
source link
Add Remove() operation on the cache.
#19
Closed
scalalang2
closed
10 months ago
scalalang2
commented
10 months ago
Motivation
Added
Remove(key K) (ok bool)
operation on the cache which removes the value under specific key
Motivation
Remove(key K) (ok bool)
operation on the cache which removes the value under specific key