private void ClearCache(Notification[] notifications) { NotificationSearchCacheRegion.ExpireRegion(); foreach (var item in notifications) { NotificationCacheRegion.ExpireEntity(item); } }