src/Tools/cache_io.ML
changeset 41945 8e32c3992cb3
parent 41307 bb8468ae414e
child 41954 fb94df4505a0
--- a/src/Tools/cache_io.ML	Sun Mar 13 16:01:00 2011 +0100
+++ b/src/Tools/cache_io.ML	Sun Mar 13 16:14:14 2011 +0100
@@ -84,7 +84,7 @@
 
 fun make path =
   let val table = if File.exists path then load path else (1, Symtab.empty)
-  in Cache {path=path, table=Synchronized.var (Path.implode path) table} end
+  in Cache {path=path, table=Synchronized.var "Cache_IO" table} end
 
 fun load_cached_result cache_path (p, len1, len2) =
   let