[][src]Module associative_cache::entry

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

Structs

Entry

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