Uses of Interface
org.elasticsearch.common.cache.CacheLoader
-
Packages that use CacheLoader Package Description org.elasticsearch.common.cache -
-
Uses of CacheLoader in org.elasticsearch.common.cache
Methods in org.elasticsearch.common.cache 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.
-