UnitOfWork RIP, troubleshoot and fix, tests
This commit is contained in:
@@ -9,8 +9,7 @@ namespace Umbraco.Core.Cache
|
||||
internal class NoCacheRepositoryCachePolicy<TEntity, TId> : IRepositoryCachePolicy<TEntity, TId>
|
||||
where TEntity : class, IAggregateRoot
|
||||
{
|
||||
private NoCacheRepositoryCachePolicy()
|
||||
{ }
|
||||
private NoCacheRepositoryCachePolicy() { }
|
||||
|
||||
public static NoCacheRepositoryCachePolicy<TEntity, TId> Instance { get; } = new NoCacheRepositoryCachePolicy<TEntity, TId>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user