So long Facade

This commit is contained in:
Stephan
2017-10-31 12:48:24 +01:00
parent ab758001ef
commit ec6ba01cbf
169 changed files with 1000 additions and 1011 deletions

View File

@@ -225,9 +225,9 @@ namespace Umbraco.Web.Cache
#endregion
#region Facade
#region Published Snapshot
public static void RefreshAllFacade(this DistributedCache dc)
public static void RefreshAllPublishedSnapshot(this DistributedCache dc)
{
// note: refresh all content & media caches does refresh content types too
dc.RefreshAllContentCache();