Removes listening on legacy events for the CacheRefresherEventHandler

This commit is contained in:
Shannon
2015-01-22 12:17:36 +11:00
parent 42ad3af48b
commit 2cd92353ec
8 changed files with 83 additions and 179 deletions

View File

@@ -648,7 +648,7 @@ namespace Umbraco.Web.Cache
#region Domain Cache
public static void RefreshDomainCache(this DistributedCache dc, Domain domain)
public static void RefreshDomainCache(this DistributedCache dc, IDomain domain)
{
if (domain != null)
{
@@ -656,7 +656,7 @@ namespace Umbraco.Web.Cache
}
}
public static void RemoveDomainCache(this DistributedCache dc, Domain domain)
public static void RemoveDomainCache(this DistributedCache dc, IDomain domain)
{
if (domain != null)
{