cache
cache copied to clipboard
Improve local cache
small improvements on local lfu cache
- we use a thread safe version of lfu cache
- we keep all parameters immutable to remove the mutex
- we add some funcional options to customize or help testing
- we improve docs
- etc
This PR includes the commit on #100 but it removes the method to add a funcional option