Type Definition moka::sync::PredicateId

source ·
pub type PredicateId = String;
Available on crate feature sync only.
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).