comment added

pull/4498/head^2
Nikita Koksharov 2 years ago
parent b15f76b1b8
commit a73195849a

@ -174,6 +174,12 @@ public class MapOptions<K, V> {
return loader;
}
/**
* Sets {@link MapLoaderAsync} object.
*
* @param loaderAsync object
* @return MapOptions instance
*/
public MapOptions<K, V> loaderAsync(MapLoaderAsync<K, V> loaderAsync) {
this.loaderAsync = loaderAsync;
return this;

Loading…
Cancel
Save