Exemple #1
0
 /// <summary>
 /// Removes all mappings from this instance of INamedCache.
 /// </summary>
 /// <remarks>
 /// Note: the removal of entries caused by this truncate operation will
 /// not be observable.
 /// </remarks>
 public virtual void Truncate()
 {
     NamedCache.Truncate();
 }