public KillOutOfDateMostRecentItemsJob(IProvideCacheSettings cacheSettings, ICacheManager cacheManager, ICacheKeyGenerator cacheKeyGenerator)
        {
            logger = LogManager.GetLogger(GetType());

            this.cacheSettings = cacheSettings;
            this.cacheManager = cacheManager;
            this.cacheKeyGenerator = cacheKeyGenerator;
        }
Example #2
0
 public EmailDispatchViewEmailMessageService(IEmailDispatchViewEmailMessageRepository repository, ICacheManager cache, IProvideCacheSettings cacheSettings) : base(repository, cache, cacheSettings)
 {
 }