Merge origin/dev-v7.6 into dev-v8-zbwip (builds, not tested)
This commit is contained in:
@@ -353,5 +353,19 @@ namespace Umbraco.Web.Cache
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Relation type cache
|
||||
|
||||
public static void RefreshRelationTypeCache(this DistributedCache dc, int id)
|
||||
{
|
||||
dc.Refresh(RelationTypeCacheRefresher.UniqueId, id);
|
||||
}
|
||||
|
||||
public static void RemoveRelationTypeCache(this DistributedCache dc, int id)
|
||||
{
|
||||
dc.Remove(RelationTypeCacheRefresher.UniqueId, id);
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user