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 |
|---|---|---|
| string | json |
RefreshInternal(string)
Refreshes internal (isolated) caches by a json payload.
Declaration
void RefreshInternal(string json)
Parameters
| Type | Name | Description |
|---|---|---|
| string | json | The json payload. |