Class DistributedCacheBinder
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class DistributedCacheBinder : INotificationHandler<DictionaryItemDeletedNotification>
Constructors
DistributedCacheBinder(DistributedCache)
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 |
|
Declaration
public void Handle(MediaTreeChangeNotification notification)
Parameters
| Type |
Name |
Description |
| MediaTreeChangeNotification |
notification |
|
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 |
|