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 SourceRefresh(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 |