karlseguin / ccache

A golang LRU Cache for high concurrency
MIT License
1.28k stars 119 forks source link

Calling OnDelete from gc() #22

Closed alexejk closed 5 years ago

alexejk commented 5 years ago

As per #21 previous implementation ignored gc() flow where OnDelete was not called when cache max-size is reached.

Also fixing some minor formatting problems.