Esempio n. 1
0
 /// <summary>
 /// Notifies other cache clients about a removed cache key.
 /// </summary>
 /// <param name="key">The key.</param>
 public override void NotifyRemove(string key)
 {
     this.PublishMessage(BackPlateMessage.ForRemoved(this.identifier, key));
 }