View Source
  Class CacheRefresherCollection
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class CacheRefresherCollection : BuilderCollectionBase<ICacheRefresher>, IBuilderCollection<ICacheRefresher>
   
  Constructors
  
  
    View Source
  
  CacheRefresherCollection(Func<IEnumerable<ICacheRefresher>>)
  
  
  Declaration
  
    public CacheRefresherCollection(Func<IEnumerable<ICacheRefresher>> items)
   
  Parameters
  
  Properties
  
  
    View Source
  
  Item[Guid]
  
  
  Declaration
  
    public ICacheRefresher this[Guid id] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Guid | id |  | 
    
  
  Property Value