When using Caffeine Cache, what is the purpose of passing a CacheLoader into the build() method during cache creation?
I create a Cache use Caffeine.buider.build(), and put a CacheLoader in it.
I create a Cache use Caffeine.buider.build(), and put a CacheLoader in it.