Ejemplo n.º 1
0
 void _invalidator_InvalidateCatagoryEvent(object sender, InvalidateCatagoryEventArgs e)
 {
     _logger.DebugFormat("Received remote cache remove catagory {0}", new object[] { e.Catagory });
     _provider.ClearCategory(e.Catagory);
 }