Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ICacheManager

    Namespace: Umbraco.Cms.Core.PublishedCache
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ICacheManager

    Properties

    View Source

    Content

    Gets the IPublishedContentCache.

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

    Domains

    Gets the IDomainCache.

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

    ElementsCache

    Gets the elements-level cache.

    Declaration
    IAppCache ElementsCache { get; }
    Property Value
    Type Description
    IAppCache
    Remarks

    The elements-level cache is shared by all snapshots relying on the same elements, ie all snapshots built on top of unchanging content / media / etc.

    View Source

    Media

    Gets the IPublishedMediaCache.

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

    Members

    Gets the IPublishedMemberCache.

    Declaration
    IPublishedMemberCache Members { get; }
    Property Value
    Type Description
    IPublishedMemberCache
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Content
      • Domains
      • ElementsCache
      • Media
      • Members
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX