Great AppCaches renaming
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Umbraco.Web.Cache
|
||||
// Since we cache by group name, it could be problematic when renaming to
|
||||
// previously existing names - see http://issues.umbraco.org/issue/U4-10846.
|
||||
// To work around this, just clear all the cache items
|
||||
AppCaches.IsolatedRuntimeCache.ClearCache<IMemberGroup>();
|
||||
AppCaches.IsolatedCaches.ClearCache<IMemberGroup>();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user