flux_middle::queries

Type Alias Cache

Source
type Cache<K, V> = RefCell<UnordMap<K, V>>;

Aliased Typeยง

struct Cache<K, V> { /* private fields */ }