View Source
Class UserGroupCacheRefresher
Handles User group cache invalidation/refreshing
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class UserGroupCacheRefresher : CacheRefresherBase<UserGroupCacheRefresherNotification>, ICacheRefresher, IDiscoverable
Constructors
View Source
UserGroupCacheRefresher(AppCaches, IEventAggregator, ICacheRefresherNotificationFactory)
Declaration
public UserGroupCacheRefresher(AppCaches appCaches, IEventAggregator eventAggregator, ICacheRefresherNotificationFactory factory)
Parameters
Fields
View Source
UniqueId
Declaration
public static readonly Guid UniqueId
Field Value
Properties
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
View Source
RefresherUniqueId
Declaration
public override Guid RefresherUniqueId { get; }
Property Value
Methods
View Source
Refresh(Int32)
Declaration
public override void Refresh(int id)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
View Source
RefreshAll()
Declaration
public override void RefreshAll()
View Source
Remove(Int32)
Declaration
public override void Remove(int id)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|