Search Results for

    Show / Hide Table of Contents
    View Source

    Class CacheInstructionService

    Inheritance
    System.Object
    RepositoryService
    CacheInstructionService
    Namespace: Umbraco.Cms.Core.Services.Implement
    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
    Type Name Description
    ICoreScopeProvider provider
    ILoggerFactory loggerFactory
    IEventMessagesFactory eventMessagesFactory
    ICacheInstructionRepository cacheInstructionRepository
    IProfilingLogger profilingLogger
    ILogger<CacheInstructionService> logger
    IOptions<GlobalSettings> globalSettings
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CacheInstructionService(ICoreScopeProvider, ILoggerFactory, IEventMessagesFactory, ICacheInstructionRepository, IProfilingLogger, ILogger<CacheInstructionService>, IOptions<GlobalSettings>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX