Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    ClearPartialViewCacheItems(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.Int32> memberIds

    The member Ids to clear the cache for.

    Remarks

    Called from the MemberCacheRefresher when a member is saved or deleted.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ClearPartialViewCacheItems(IEnumerable<Int32>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX