Search Results for

    Show / Hide Table of Contents

    Class DistributedCacheBinder

    Default implementation.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Cache
    Assembly: cs.temp.dll.dll
    Syntax
    public class DistributedCacheBinder : INotificationHandler<DictionaryItemDeletedNotification>

    Constructors

    DistributedCacheBinder(DistributedCache)

    Initializes a new instance of the DistributedCacheBinder class.

    Declaration
    public DistributedCacheBinder(DistributedCache distributedCache)
    Parameters
    Type Name Description
    DistributedCache distributedCache

    Methods

    Handle(ContentTreeChangeNotification)

    Declaration
    public void Handle(ContentTreeChangeNotification notification)
    Parameters
    Type Name Description
    ContentTreeChangeNotification notification

    Handle(ContentTypeChangedNotification)

    Declaration
    public void Handle(ContentTypeChangedNotification notification)
    Parameters
    Type Name Description
    ContentTypeChangedNotification notification

    Handle(DataTypeDeletedNotification)

    Declaration
    public void Handle(DataTypeDeletedNotification notification)
    Parameters
    Type Name Description
    DataTypeDeletedNotification notification

    Handle(DataTypeSavedNotification)

    Declaration
    public void Handle(DataTypeSavedNotification notification)
    Parameters
    Type Name Description
    DataTypeSavedNotification notification

    Handle(DictionaryItemDeletedNotification)

    Declaration
    public void Handle(DictionaryItemDeletedNotification notification)
    Parameters
    Type Name Description
    DictionaryItemDeletedNotification notification

    Handle(DictionaryItemSavedNotification)

    Declaration
    public void Handle(DictionaryItemSavedNotification notification)
    Parameters
    Type Name Description
    DictionaryItemSavedNotification notification

    Handle(DomainDeletedNotification)

    Declaration
    public void Handle(DomainDeletedNotification notification)
    Parameters
    Type Name Description
    DomainDeletedNotification notification

    Handle(DomainSavedNotification)

    Declaration
    public void Handle(DomainSavedNotification notification)
    Parameters
    Type Name Description
    DomainSavedNotification notification

    Handle(LanguageDeletedNotification)

    Fires when a language is deleted

    Declaration
    public void Handle(LanguageDeletedNotification notification)
    Parameters
    Type Name Description
    LanguageDeletedNotification notification

    Handle(LanguageSavedNotification)

    Fires when a language is saved

    Declaration
    public void Handle(LanguageSavedNotification notification)
    Parameters
    Type Name Description
    LanguageSavedNotification notification

    Handle(MacroDeletedNotification)

    Declaration
    public void Handle(MacroDeletedNotification notification)
    Parameters
    Type Name Description
    MacroDeletedNotification notification

    Handle(MacroSavedNotification)

    Declaration
    public void Handle(MacroSavedNotification notification)
    Parameters
    Type Name Description
    MacroSavedNotification notification

    Handle(MediaTreeChangeNotification)

    Declaration
    public void Handle(MediaTreeChangeNotification notification)
    Parameters
    Type Name Description
    MediaTreeChangeNotification notification

    Handle(MediaTypeChangedNotification)

    Declaration
    public void Handle(MediaTypeChangedNotification notification)
    Parameters
    Type Name Description
    MediaTypeChangedNotification notification

    Handle(MemberDeletedNotification)

    Declaration
    public void Handle(MemberDeletedNotification notification)
    Parameters
    Type Name Description
    MemberDeletedNotification notification

    Handle(MemberGroupDeletedNotification)

    Fires when a member group is deleted

    Declaration
    public void Handle(MemberGroupDeletedNotification notification)
    Parameters
    Type Name Description
    MemberGroupDeletedNotification notification

    Handle(MemberGroupSavedNotification)

    Fires when a member group is saved

    Declaration
    public void Handle(MemberGroupSavedNotification notification)
    Parameters
    Type Name Description
    MemberGroupSavedNotification notification

    Handle(MemberSavedNotification)

    Declaration
    public void Handle(MemberSavedNotification notification)
    Parameters
    Type Name Description
    MemberSavedNotification notification

    Handle(MemberTypeChangedNotification)

    Declaration
    public void Handle(MemberTypeChangedNotification notification)
    Parameters
    Type Name Description
    MemberTypeChangedNotification notification

    Handle(PublicAccessEntryDeletedNotification)

    Declaration
    public void Handle(PublicAccessEntryDeletedNotification notification)
    Parameters
    Type Name Description
    PublicAccessEntryDeletedNotification notification

    Handle(PublicAccessEntrySavedNotification)

    Declaration
    public void Handle(PublicAccessEntrySavedNotification notification)
    Parameters
    Type Name Description
    PublicAccessEntrySavedNotification notification

    Handle(RelationTypeDeletedNotification)

    Declaration
    public void Handle(RelationTypeDeletedNotification notification)
    Parameters
    Type Name Description
    RelationTypeDeletedNotification notification

    Handle(RelationTypeSavedNotification)

    Declaration
    public void Handle(RelationTypeSavedNotification notification)
    Parameters
    Type Name Description
    RelationTypeSavedNotification notification

    Handle(TemplateDeletedNotification)

    Removes cache for template

    Declaration
    public void Handle(TemplateDeletedNotification notification)
    Parameters
    Type Name Description
    TemplateDeletedNotification notification

    Handle(TemplateSavedNotification)

    Refresh cache for template

    Declaration
    public void Handle(TemplateSavedNotification notification)
    Parameters
    Type Name Description
    TemplateSavedNotification notification

    Handle(UserDeletedNotification)

    Declaration
    public void Handle(UserDeletedNotification notification)
    Parameters
    Type Name Description
    UserDeletedNotification notification

    Handle(UserGroupDeletedNotification)

    Declaration
    public void Handle(UserGroupDeletedNotification notification)
    Parameters
    Type Name Description
    UserGroupDeletedNotification notification

    Handle(UserGroupWithUsersSavedNotification)

    Declaration
    public void Handle(UserGroupWithUsersSavedNotification notification)
    Parameters
    Type Name Description
    UserGroupWithUsersSavedNotification notification

    Handle(UserSavedNotification)

    Declaration
    public void Handle(UserSavedNotification notification)
    Parameters
    Type Name Description
    UserSavedNotification notification
    In This Article
    • Constructors
      • DistributedCacheBinder(DistributedCache)
    • Methods
      • Handle(ContentTreeChangeNotification)
      • Handle(ContentTypeChangedNotification)
      • Handle(DataTypeDeletedNotification)
      • Handle(DataTypeSavedNotification)
      • Handle(DictionaryItemDeletedNotification)
      • Handle(DictionaryItemSavedNotification)
      • Handle(DomainDeletedNotification)
      • Handle(DomainSavedNotification)
      • Handle(LanguageDeletedNotification)
      • Handle(LanguageSavedNotification)
      • Handle(MacroDeletedNotification)
      • Handle(MacroSavedNotification)
      • Handle(MediaTreeChangeNotification)
      • Handle(MediaTypeChangedNotification)
      • Handle(MemberDeletedNotification)
      • Handle(MemberGroupDeletedNotification)
      • Handle(MemberGroupSavedNotification)
      • Handle(MemberSavedNotification)
      • Handle(MemberTypeChangedNotification)
      • Handle(PublicAccessEntryDeletedNotification)
      • Handle(PublicAccessEntrySavedNotification)
      • Handle(RelationTypeDeletedNotification)
      • Handle(RelationTypeSavedNotification)
      • Handle(TemplateDeletedNotification)
      • Handle(TemplateSavedNotification)
      • Handle(UserDeletedNotification)
      • Handle(UserGroupDeletedNotification)
      • Handle(UserGroupWithUsersSavedNotification)
      • Handle(UserSavedNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX