Fixes: #U4-2093 stylehsheet property cache refresher had wrong id assigned.

This commit is contained in:
Shannon Deminick
2013-04-20 00:18:45 +06:00
parent 12de5d6ed3
commit 60481e7e02

View File

@@ -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