Exemplo n.º 1
0
        private void ClearCache(Notification[] notifications)
        {
            NotificationSearchCacheRegion.ExpireRegion();

            foreach (var item in notifications)
            {
                NotificationCacheRegion.ExpireEntity(item);
            }
        }