Beispiel #1
0
 public void Flush()
 {
     _logger.Debug("LinkGenerator.FlushCache() " + _urlCache.GetType().FullName);
     _urlCache.Flush();
     _itemCache.Flush();
 }