Uses of Interface
cn.sliew.milky.common.cache.local.CacheLoader
-
Packages that use CacheLoader Package Description cn.sliew.milky.common.cache.local -
-
Uses of CacheLoader in cn.sliew.milky.common.cache.local
Methods in cn.sliew.milky.common.cache.local with parameters of type CacheLoader Modifier and Type Method Description VCache. computeIfAbsent(K key, CacheLoader<K,V> loader)If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
-