Search Results for

    Show / Hide Table of Contents
    View Source

    Class DistributedCacheBinder

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class DistributedCacheBinder : INotificationHandler<DictionaryItemDeletedNotification>, INotificationHandler<DictionaryItemSavedNotification>, INotificationHandler<LanguageSavedNotification>, INotificationHandler<LanguageDeletedNotification>, INotificationHandler<MemberSavedNotification>, INotificationHandler<MemberDeletedNotification>, INotificationHandler<PublicAccessEntrySavedNotification>, INotificationHandler<PublicAccessEntryDeletedNotification>, INotificationHandler<UserSavedNotification>, INotificationHandler<UserDeletedNotification>, INotificationHandler<UserGroupWithUsersSavedNotification>, INotificationHandler<UserGroupDeletedNotification>, INotificationHandler<MemberGroupDeletedNotification>, INotificationHandler<MemberGroupSavedNotification>, INotificationHandler<TemplateDeletedNotification>, INotificationHandler<TemplateSavedNotification>, INotificationHandler<DataTypeDeletedNotification>, INotificationHandler<DataTypeSavedNotification>, INotificationHandler<RelationTypeDeletedNotification>, INotificationHandler<RelationTypeSavedNotification>, INotificationHandler<DomainDeletedNotification>, INotificationHandler<DomainSavedNotification>, INotificationHandler<MacroSavedNotification>, INotificationHandler<MacroDeletedNotification>, INotificationHandler<MediaTreeChangeNotification>, INotificationHandler<ContentTypeChangedNotification>, INotificationHandler<MediaTypeChangedNotification>, INotificationHandler<MemberTypeChangedNotification>, INotificationHandler<ContentTreeChangeNotification>

    Constructors

    View Source

    DistributedCacheBinder(DistributedCache)

    Initializes a new instance of the DistributedCacheBinder class.

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

    Methods

    View Source

    Handle(ContentTreeChangeNotification)

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

    Handle(ContentTypeChangedNotification)

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

    Handle(DataTypeDeletedNotification)

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

    Handle(DataTypeSavedNotification)

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

    Handle(DictionaryItemDeletedNotification)

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

    Handle(DictionaryItemSavedNotification)

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

    Handle(DomainDeletedNotification)

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

    Handle(DomainSavedNotification)

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

    Handle(LanguageDeletedNotification)

    Fires when a language is deleted

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

    Handle(LanguageSavedNotification)

    Fires when a language is saved

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

    Handle(MacroDeletedNotification)

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

    Handle(MacroSavedNotification)

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

    Handle(MediaTreeChangeNotification)

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

    Handle(MediaTypeChangedNotification)

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

    Handle(MemberDeletedNotification)

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

    Handle(MemberGroupDeletedNotification)

    Fires when a member group is deleted

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

    Handle(MemberGroupSavedNotification)

    Fires when a member group is saved

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

    Handle(MemberSavedNotification)

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

    Handle(MemberTypeChangedNotification)

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

    Handle(PublicAccessEntryDeletedNotification)

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

    Handle(PublicAccessEntrySavedNotification)

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

    Handle(RelationTypeDeletedNotification)

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

    Handle(RelationTypeSavedNotification)

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

    Handle(TemplateDeletedNotification)

    Removes cache for template

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

    Handle(TemplateSavedNotification)

    Refresh cache for template

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

    Handle(UserDeletedNotification)

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

    Handle(UserGroupDeletedNotification)

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

    Handle(UserGroupWithUsersSavedNotification)

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

    Handle(UserSavedNotification)

    Declaration
    public void Handle(UserSavedNotification notification)
    Parameters
    Type Name Description
    UserSavedNotification notification
    • Improve this Doc
    • View Source
    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