Class ConstructorCacheClearNotificationHandler
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ConstructorCacheClearNotificationHandler : INotificationHandler<ContentTypeCacheRefresherNotification>, INotificationHandler<DataTypeCacheRefresherNotification>, INotificationHandler
Constructors
View SourceConstructorCacheClearNotificationHandler(BlockListPropertyValueConstructorCache, BlockGridPropertyValueConstructorCache, RichTextBlockPropertyValueConstructorCache)
Declaration
public ConstructorCacheClearNotificationHandler(BlockListPropertyValueConstructorCache blockListPropertyValueConstructorCache, BlockGridPropertyValueConstructorCache blockGridPropertyValueConstructorCache, RichTextBlockPropertyValueConstructorCache richTextBlockPropertyValueConstructorCache)
Parameters
| Type | Name | Description |
|---|---|---|
| BlockListPropertyValueConstructorCache | blockListPropertyValueConstructorCache | |
| BlockGridPropertyValueConstructorCache | blockGridPropertyValueConstructorCache | |
| RichTextBlockPropertyValueConstructorCache | richTextBlockPropertyValueConstructorCache |
Methods
View SourceHandle(ContentTypeCacheRefresherNotification)
Handles a notification.
Declaration
public void Handle(ContentTypeCacheRefresherNotification notification)
Parameters
| Type | Name | Description |
|---|---|---|
| ContentTypeCacheRefresherNotification | notification | The notification. |
Handle(DataTypeCacheRefresherNotification)
Handles a notification.
Declaration
public void Handle(DataTypeCacheRefresherNotification notification)
Parameters
| Type | Name | Description |
|---|---|---|
| DataTypeCacheRefresherNotification | notification | The notification. |