Skip to content

Commit

Permalink
excl builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Peck committed Aug 23, 2023
1 parent 6a5cb12 commit be30bed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BitFaster.Caching/Lru/ConcurrentLruBuilder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

using System.Diagnostics.CodeAnalysis;
using BitFaster.Caching.Lru.Builder;

namespace BitFaster.Caching.Lru
Expand Down Expand Up @@ -37,6 +38,7 @@ internal ConcurrentLruBuilder(LruInfo<K> info)
}

///<inheritdoc/>
[ExcludeFromCodeCoverage]
public override ICache<K, V> Build()
{
return info switch
Expand Down

0 comments on commit be30bed

Please sign in to comment.