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