diff --git a/zio-cache/shared/src/main/scala/zio/cache/ScopedCache.scala b/zio-cache/shared/src/main/scala/zio/cache/ScopedCache.scala index 3c1c77c..90336a0 100644 --- a/zio-cache/shared/src/main/scala/zio/cache/ScopedCache.scala +++ b/zio-cache/shared/src/main/scala/zio/cache/ScopedCache.scala @@ -8,7 +8,7 @@ import java.util import java.util.concurrent.atomic.{AtomicBoolean, AtomicInteger, LongAdder} import scala.jdk.CollectionConverters._ -sealed abstract class ScopedCache[-Key, +Error, +Value] { +abstract class ScopedCache[-Key, +Error, +Value] { /** * Returns statistics for this cache.