Skip to content

Add getOrDefault(key, defaultValue) to the API

Compare
Choose a tag to compare
@rocboronat rocboronat released this 28 Jul 02:48
· 28 commits to master since this release

Let's mimic Java 8 getOrDefault() method. Users really missed it when using the cache, so it was time to fix it. Thanks for the patience!