Example #1
0
 public bool RemoveWithVersion(object key, ulong version)
 {
     return(cache.RemoveWithVersion(key, version));
 }
Example #2
0
 public bool RemoveWithVersion(byte[] key, ulong version)
 {
     return(cache.RemoveWithVersion(key, version));
 }