View Source
  Class Suspendable.PageCacheRefresher
  
  
  
  
    Inheritance
      System.Object
      
   
  
  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
  
  
    View Source
  
  SuspendDocumentCache()
  
  
  Declaration
  
    public static void SuspendDocumentCache()