Search Results for

    Show / Hide Table of Contents
    View Source

    Class Suspendable.PageCacheRefresher

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public static class PageCacheRefresher

    Properties

    View Source

    CanRefreshDocumentCacheFromDatabase

    Declaration
    public static bool CanRefreshDocumentCacheFromDatabase { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    CanUpdateDocumentCache

    Declaration
    public static bool CanUpdateDocumentCache { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    View Source

    ResumeDocumentCache(CacheRefresherCollection)

    Declaration
    public static void ResumeDocumentCache(CacheRefresherCollection cacheRefresherCollection)
    Parameters
    Type Name Description
    CacheRefresherCollection cacheRefresherCollection
    View Source

    SuspendDocumentCache()

    Declaration
    public static void SuspendDocumentCache()
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • CanRefreshDocumentCacheFromDatabase
      • CanUpdateDocumentCache
    • Methods
      • ResumeDocumentCache(CacheRefresherCollection)
      • SuspendDocumentCache()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX