Interface IMemberPartialViewCacheInvalidator
Defines behaviours for clearing of cached partials views that are configured to be cached individually by member.
Namespace: Umbraco.Cms.Core.Cache.PartialViewCacheInvalidators
Assembly: Umbraco.Core.dll
Syntax
public interface IMemberPartialViewCacheInvalidator
Methods
View SourceClearPartialViewCacheItems(IEnumerable<Int32>)
Clears the partial view cache items for the specified member ids.
Declaration
void ClearPartialViewCacheItems(IEnumerable<int> memberIds)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<System. |
memberIds | The member Ids to clear the cache for. |
Remarks
Called from the Member