Refactoring around the RepositoryResolver to allow the configuration of repositories and cache providers for each repository.

Added implementation of an infrastructure configuration section.
Added unit tests for the RepositoryResolver to verify that it can resolve all repository types and their configured cache provider.
This commit is contained in:
Morten@Thinkpad-X220
2012-10-11 13:11:17 -02:00
parent f0e8ba063e
commit 3f3362e23d
32 changed files with 807 additions and 324 deletions

View File

@@ -2,7 +2,6 @@
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Runtime.Caching;
using System.Threading;
using Umbraco.Core.Models.EntityBase;
namespace Umbraco.Core.Persistence.Caching