Stop injecting the runtime cache, use AppCaches

This commit is contained in:
Stephan
2019-01-17 11:19:06 +01:00
parent 0bee01e0ee
commit d4c714eccd
19 changed files with 48 additions and 62 deletions

View File

@@ -31,7 +31,7 @@ namespace Umbraco.Core.Cache
/// <summary>
/// Gets the internal memory cache, for tests only!
/// </summary>
internal readonly ObjectCache MemoryCache;
internal ObjectCache MemoryCache { get; private set; }
/// <inheritdoc />
public object Get(string key)