public void AddETagRoute(string route)
 {
     _eTagCacheHelper.RegisterRoute(route, _newRoutesCacheClearTypes);
 }
Beispiel #2
0
 public void AddETagRoute(string route)
 {
     _eTagCacheHelper.RegisterRoute(route, typeof(EventLog));
 }
 public void AddETagRoute(string route)
 {
     _eTagCacheHelper.RegisterRoute(route, typeof(BusStation));
 }