Beispiel #1
0
        public void Publish(FinancialJournalEntrySaved notification)
        {
            var cacheKey = GetMonthlyReportKey(notification.Entry.When);

            _cacheStorage.Drop(cacheKey);
        }
Beispiel #2
0
 public void Publish(FinancialJournalEntrySaved notification)
 {
     _cacheStorage.Drop(GetKey(notification.Entry.When));
 }