Removes all IRepositoryCacheProvider's, we are just using a single cache construct to which is much easier to manage.

This commit is contained in:
Shannon
2015-01-13 13:33:39 +11:00
parent e3acdbe85b
commit d5c8430cd2
75 changed files with 68 additions and 879 deletions

View File

@@ -7,7 +7,7 @@ using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models.Membership;
using Umbraco.Core.Persistence;
using Umbraco.Core.Persistence.Caching;
using Umbraco.Core.Persistence.Querying;
using Umbraco.Core.Persistence.Repositories;
using Umbraco.Core.Persistence.UnitOfWork;