src/Pure/General/properties.scala
changeset 76350 978f7ca3329f
parent 75794 1c3c31319974
child 76351 2cee31cd92f0
--- a/src/Pure/General/properties.scala	Fri Oct 21 13:15:24 2022 +0200
+++ b/src/Pure/General/properties.scala	Fri Oct 21 14:45:13 2022 +0200
@@ -55,7 +55,7 @@
 
   def compress(ps: List[T],
     options: XZ.Options = XZ.options(),
-    cache: XZ.Cache = XZ.Cache()
+    cache: XZ.Cache = XZ.Cache.none
   ): Bytes = {
     if (ps.isEmpty) Bytes.empty
     else {