Type Alias moka::future::PredicateId

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

Aliased Type§

struct PredicateId { /* private fields */ }