Only caching relation types

First hackathon task done. :)
This commit is contained in:
Lars-Erik Aabech
2016-11-03 10:26:31 +01:00
committed by GitHub
parent f199b0a651
commit bf50c25854

View File

@@ -197,7 +197,7 @@ namespace Umbraco.Core.Persistence
{
return new RelationRepository(
uow,
_cacheHelper,
_noCache,
_logger, _sqlSyntax,
CreateRelationTypeRepository(uow));
}
@@ -343,4 +343,4 @@ namespace Umbraco.Core.Persistence
_sqlSyntax);
}
}
}
}