Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IPayloadCacheRefresher<TPayload>

    A cache refresher that supports refreshing cache based on a custom payload

    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IPayloadCacheRefresher<TPayload> : IJsonCacheRefresher, ICacheRefresher, IDiscoverable
    Type Parameters
    Name Description
    TPayload

    Methods

    View Source

    Refresh(TPayload[])

    Refreshes, clears, etc... any cache based on the information provided in the payload

    Declaration
    void Refresh(TPayload[] payloads)
    Parameters
    Type Name Description
    TPayload[] payloads
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Refresh(TPayload[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX