View Source
  Class CacheSettings
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class CacheSettings
   
  Properties
  
  
    View Source
  
  ContentTypeKeys
  Gets or sets a value for the collection of content type ids to always have in the cache.
Declaration
  
    public List<Guid> ContentTypeKeys { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | List<Guid> |  | 
    
  
  
    View Source
  
  DocumentBreadthFirstSeedCount
  
  
  Declaration
  
    public int DocumentBreadthFirstSeedCount { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  Entry
  
  
  Declaration
  
    public CacheSettings.CacheEntry Entry { get; set; }
   
  Property Value
  
  
    View Source
  
  
  
  
  Declaration
  
    public int MediaBreadthFirstSeedCount { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  |