View Source
Class CacheInstructionService
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class CacheInstructionService : CacheInstructionService, IService, ICacheInstructionService
Constructors
View Source
CacheInstructionService(ICoreScopeProvider, ILoggerFactory, IEventMessagesFactory, ICacheInstructionRepository, IProfilingLogger, ILogger<CacheInstructionService>, IOptions<GlobalSettings>)
Declaration
public CacheInstructionService(ICoreScopeProvider provider, ILoggerFactory loggerFactory, IEventMessagesFactory eventMessagesFactory, ICacheInstructionRepository cacheInstructionRepository, IProfilingLogger profilingLogger, ILogger<CacheInstructionService> logger, IOptions<GlobalSettings> globalSettings)
Parameters