예제 #1
0
        /** <inheritDoc /> */
        public Task <bool> PutIfAbsentAsync(TK key, TV val)
        {
            AsyncInstance.PutIfAbsent(key, val);

            return(AsyncInstance.GetTask <bool>(CacheOp.PutIfAbsent));
        }