View Source
Class UserCacheRefresher
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public sealed class UserCacheRefresher : CacheRefresherBase<UserCacheRefresher>, ICacheRefresher, IDiscoverable
Constructors
View Source
UserCacheRefresher(AppCaches)
Declaration
public UserCacheRefresher(AppCaches appCaches)
Parameters
Fields
View Source
UniqueId
Declaration
public static readonly Guid UniqueId
Field Value
Type |
Description |
System.Guid |
|
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
Type |
Description |
System.Guid |
|
View Source
This
Declaration
protected override UserCacheRefresher This { 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 |
|