U4-7807 Domain, language, public access cache (GetAll) caches not working when there are no items

This commit is contained in:
Shannon
2016-01-22 17:05:27 +01:00
parent f78a425985
commit 3ecb9d0f86
4 changed files with 84 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ namespace Umbraco.Core.Cache
public FullDataSetRepositoryCachePolicyFactory(IRuntimeCacheProvider runtimeCache)
{
_runtimeCache = runtimeCache;
_runtimeCache = runtimeCache;
}
public virtual IRepositoryCachePolicy<TEntity, TId> CreatePolicy()