View Source
  Class CacheEntrySettings
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class CacheEntrySettings
   
  Properties
  
  
    View Source
  
  LocalCacheDuration
  
  
  Declaration
  
    public TimeSpan LocalCacheDuration { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | TimeSpan |  | 
    
  
  
    View Source
  
  RemoteCacheDuration
  
  
  Declaration
  
    public TimeSpan RemoteCacheDuration { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | TimeSpan |  | 
    
  
  
    View Source
  
  SeedCacheDuration
  
  
  Declaration
  
    public TimeSpan SeedCacheDuration { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | TimeSpan |  |