Search Results for

    Show / Hide Table of Contents
    View Source

    Class CacheRefresherCollection

    Inheritance
    System.Object
    BuilderCollectionBase<ICacheRefresher>
    Namespace: Umbraco.Cms.Core.Cache
    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
    Type Name Description
    Func<IEnumerable<ICacheRefresher>> items

    Properties

    View Source

    Item[Guid]

    Declaration
    public ICacheRefresher this[Guid id] { get; }
    Parameters
    Type Name Description
    Guid id
    Property Value
    Type Description
    ICacheRefresher
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CacheRefresherCollection(Func<IEnumerable<ICacheRefresher>>)
    • Properties
      • Item[Guid]
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX