Deal with fixme in Umbraco.Web

This commit is contained in:
Stephan
2019-01-21 15:57:48 +01:00
parent 4a0b969777
commit 9522ee826f
63 changed files with 84 additions and 153 deletions

View File

@@ -15,7 +15,7 @@ using static Umbraco.Core.Persistence.NPocoSqlExtensions.Statics;
namespace Umbraco.Web.PublishedCache.NuCache.DataSource
{
// fixme - use SqlTemplate for these queries else it's going to be horribly slow!
// todo - use SqlTemplate for these queries else it's going to be horribly slow!
// provides efficient database access for NuCache
internal class DatabaseDataSource : IDataSource