Uses of Interface
cn.sliew.milky.cache.CacheLoader
-
Packages that use CacheLoader Package Description cn.sliew.milky.cache -
-
Uses of CacheLoader in cn.sliew.milky.cache
Methods in cn.sliew.milky.cache that return CacheLoader Modifier and Type Method Description CacheLoader<K,V>CacheOptions. getLoader()Methods in cn.sliew.milky.cache with parameters of type CacheLoader Modifier and Type Method Description VCache. computeIfAbsent(K key, CacheLoader<K,V> loader, Duration expire)CacheOptions<K,V>CacheOptions. loader(CacheLoader<K,V> loader)SetsCacheLoaderobject.
-