Expand description

An API for get-or-create operations on cache entries, similar to std::collections::HashMap’s entry API.

Structs

  • A potentially-empty entry in a cache, used to perform get-or-create operations on the cache.