Search Results for

    Show / Hide Table of Contents
    View Source

    Class CacheManager

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.HybridCache
    Assembly: Umbraco.PublishedCache.HybridCache.dll
    Syntax
    public class CacheManager : ICacheManager

    Constructors

    View Source

    CacheManager(IPublishedContentCache, IPublishedMediaCache, IPublishedMemberCache, IDomainCache, IElementsCache)

    Declaration
    public CacheManager(IPublishedContentCache content, IPublishedMediaCache media, IPublishedMemberCache members, IDomainCache domains, IElementsCache elementsCache)
    Parameters
    Type Name Description
    IPublishedContentCache content
    IPublishedMediaCache media
    IPublishedMemberCache members
    IDomainCache domains
    IElementsCache elementsCache

    Properties

    View Source

    Content

    Declaration
    public IPublishedContentCache Content { get; }
    Property Value
    Type Description
    IPublishedContentCache
    View Source

    Domains

    Declaration
    public IDomainCache Domains { get; }
    Property Value
    Type Description
    IDomainCache
    View Source

    ElementsCache

    Declaration
    public IAppCache ElementsCache { get; }
    Property Value
    Type Description
    IAppCache
    View Source

    Media

    Declaration
    public IPublishedMediaCache Media { get; }
    Property Value
    Type Description
    IPublishedMediaCache
    View Source

    Members

    Declaration
    public IPublishedMemberCache Members { get; }
    Property Value
    Type Description
    IPublishedMemberCache
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CacheManager(IPublishedContentCache, IPublishedMediaCache, IPublishedMemberCache, IDomainCache, IElementsCache)
    • Properties
      • Content
      • Domains
      • ElementsCache
      • Media
      • Members
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX