/** <inheritDoc /> */ public Task <bool> PutIfAbsentAsync(TK key, TV val) { AsyncInstance.PutIfAbsent(key, val); return(AsyncInstance.GetTask <bool>(CacheOp.PutIfAbsent)); }