This commit is contained in:
Stephan
2017-09-23 10:08:18 +02:00
parent c1e2625de0
commit 5ba2ffcbf3
224 changed files with 709 additions and 709 deletions

View File

@@ -8,7 +8,7 @@ namespace Umbraco.Web.Cache
{
public sealed class MemberCacheRefresher : TypedCacheRefresherBase<MemberCacheRefresher, IMember>
{
private readonly IdkMap _idkMap;
private readonly IdkMap _idkMap;
public MemberCacheRefresher(CacheHelper cacheHelper, IdkMap idkMap)
: base(cacheHelper)
@@ -55,7 +55,7 @@ namespace Umbraco.Web.Cache
}
private void ClearCache(int id)
{
{
_idkMap.ClearCache(id);
CacheHelper.ClearPartialViewCache();