Beispiel #1
0
 public Task <bool> RemoveWithVersionAsync(object key, ulong version)
 {
     return(cache.RemoveWithVersionAsync(key, version));
 }