src/Pure/System/isabelle_process.scala
changeset 34109 f49d45afa634
parent 34100 ea24958c2af5
child 34117 1eb8d8e3e40a
--- a/src/Pure/System/isabelle_process.scala	Thu Dec 17 23:31:59 2009 +0100
+++ b/src/Pure/System/isabelle_process.scala	Thu Dec 17 23:44:15 2009 +0100
@@ -100,6 +100,9 @@
     def is_raw = Kind.is_raw(kind)
     def is_control = Kind.is_control(kind)
     def is_system = Kind.is_system(kind)
+
+    def cache(table: XML.Cache): Result =
+      new Result(kind, table.cache_props(props), table(body))
   }
 }