View Source
Class ConstructorCacheClearNotificationHandler
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ConstructorCacheClearNotificationHandler : INotificationHandler<ContentTypeCacheRefresherNotification>, INotificationHandler<DataTypeCacheRefresherNotification>, INotificationHandler
Constructors
View Source
ConstructorCacheClearNotificationHandler(BlockListPropertyValueConstructorCache, BlockGridPropertyValueConstructorCache, RichTextBlockPropertyValueConstructorCache)
Declaration
public ConstructorCacheClearNotificationHandler(BlockListPropertyValueConstructorCache blockListPropertyValueConstructorCache, BlockGridPropertyValueConstructorCache blockGridPropertyValueConstructorCache, RichTextBlockPropertyValueConstructorCache richTextBlockPropertyValueConstructorCache)
Parameters
Methods
View Source
Handle(ContentTypeCacheRefresherNotification)
Declaration
public void Handle(ContentTypeCacheRefresherNotification notification)
Parameters
View Source
Handle(DataTypeCacheRefresherNotification)
Declaration
public void Handle(DataTypeCacheRefresherNotification notification)
Parameters