IAppPolicedCache is IAppPolicyCache

This commit is contained in:
Stephan
2019-01-18 07:56:38 +01:00
parent b3d6de5994
commit 5aba1a6bd2
30 changed files with 67 additions and 67 deletions

View File

@@ -11,9 +11,9 @@ using CacheItemPriority = System.Web.Caching.CacheItemPriority;
namespace Umbraco.Core.Cache
{
/// <summary>
/// Implements <see cref="IAppPolicedCache"/> on top of a <see cref="ObjectCache"/>.
/// Implements <see cref="IAppPolicyCache"/> on top of a <see cref="ObjectCache"/>.
/// </summary>
public class ObjectCacheAppCache : IAppPolicedCache
public class ObjectCacheAppCache : IAppPolicyCache
{
private readonly ReaderWriterLockSlim _locker = new ReaderWriterLockSlim(LockRecursionPolicy.SupportsRecursion);