public static Task <OperationResult> PrependWithResultAsync(this MemcachedClient self, string key, in ReadOnlyMemory <byte> data, ulong cas = 0)
Пример #2
0
 public virtual MemcachedClient CreateClient() => client ?? (client = NewClient(GetCluster()));
 public static Task <OperationResult <ulong> > DecrementWithResultAsync(this MemcachedClient self, string key, ulong delta = 1, ulong defaultValue = 0, ulong cas = 0, in Expiration expiration = default)