/// <summary>
 /// Clearn all the entries.
 /// </summary>
 public void Clear()
 {
     _provider.Clear();
 }