Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IJsonCacheRefresher

    A cache refresher that supports refreshing or removing cache based on a custom Json payload

    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IJsonCacheRefresher : ICacheRefresher, IDiscoverable

    Methods

    View Source

    Refresh(String)

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

    Declaration
    void Refresh(string json)
    Parameters
    Type Name Description
    System.String json
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Refresh(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX