(.module: lux (lux (data [text] (coll (dictionary ["dict" unordered #+ Dict]))))) (type: #export Cache (Dict Text Module)) (def: #export empty Cache (dict.new text.Hash)) (def: #export descriptor-name Text "lux_module_descriptor")