Exemplo n.º 1
0
 public void OnCacheStopped(string cacheId, bool notifyAsync)
 {
     try
     {
         if (_listener != null)
         {
             _listener.OnCacheStopped(cacheId, notifyAsync);
         }
     }
     catch
     {
     }
 }
 public void OnCacheStopped(string cacheId, EventContext eventContext)
 {
     _listener.OnCacheStopped(cacheId, true);
 }