Fixes: #U4-2093 stylehsheet property cache refresher had wrong id assigned.
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Umbraco.Web.Cache
|
||||
|
||||
public override Guid UniqueIdentifier
|
||||
{
|
||||
get { return new Guid(DistributedCache.StylesheetCacheRefresherId); }
|
||||
get { return new Guid(DistributedCache.StylesheetPropertyCacheRefresherId); }
|
||||
}
|
||||
|
||||
public override string Name
|
||||
|
||||
Reference in New Issue
Block a user