diff --git a/BitFaster.Caching/ScopedCache.cs b/BitFaster.Caching/ScopedCache.cs index b746a0a9..4ee3bc4f 100644 --- a/BitFaster.Caching/ScopedCache.cs +++ b/BitFaster.Caching/ScopedCache.cs @@ -14,7 +14,7 @@ namespace BitFaster.Caching /// /// The type of keys in the cache. /// The type of values in the cache. - public class ScopedCache : IScopedCache where V : IDisposable + public sealed class ScopedCache : IScopedCache where V : IDisposable { private readonly ICache> cache;