Module bootstrap::utils::cache

source ·

Structs§

  • This is essentially a HashMap which allows storing any type in its input and any type in its output. It is a write-once cache; values are never evicted, which means that references to the value can safely be returned from the get() method.
  • TyIntern 🔒

Statics§

Traits§