Great AppCaches renaming
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Umbraco.Web.Cache
|
||||
|
||||
public override void RefreshAll()
|
||||
{
|
||||
AppCaches.RuntimeCache.ClearCacheItem(CacheKeys.ApplicationsCacheKey);
|
||||
AppCaches.RuntimeCache.Clear(CacheKeys.ApplicationsCacheKey);
|
||||
base.RefreshAll();
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ namespace Umbraco.Web.Cache
|
||||
|
||||
public override void Remove(int id)
|
||||
{
|
||||
AppCaches.RuntimeCache.ClearCacheItem(CacheKeys.ApplicationsCacheKey);
|
||||
AppCaches.RuntimeCache.Clear(CacheKeys.ApplicationsCacheKey);
|
||||
base.Remove(id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user