public void Clear()
 {
     cache.InvalidateAll().Wait();
     cache.Vacuum().Wait();
 }