Type Alias moka::future::PredicateId
source · pub type PredicateId = String;
Expand description
The type of the unique ID to identify a predicate used by
Cache::invalidate_entries_if
method.
A PredicateId
is a String
of UUID (version 4).
Aliased Type§
struct PredicateId { /* private fields */ }