Martin
Results
2
comments of
Martin
Implementation could be pretty simple, but would be nice to add a dependency on a cache library(Guava Cache or Caffeine) to avoid having to roll a new one, thoughts?
Actually I just realized that the actual implementation of the cache can be left up to the user, so I will submit a pull request with the interface that can...