revocation
Module: config::revocation
Section titled “Module: config::revocation”Contents
Section titled “Contents”Structs
RevocationConfig- TOML-facing revocation cache config.
firma_sidecar::config::revocation::RevocationConfig
Section titled “firma_sidecar::config::revocation::RevocationConfig”Struct
TOML-facing revocation cache config.
Fields:
capacity: usize- Expected distinct revoked tokens the bloom is sized for.fpr: f64- Target false positive rate.lru_capacity: usize- Capacity of the confirmed-positive LRU cache.
Traits: Copy
Trait Implementations:
- Default
fn default() -> Self
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
- Clone
fn clone(self: &Self) -> RevocationConfig
- Deserialize
fn deserialize<__D>(__deserializer: __D) -> _serde::__private228::Result<Self, <__D as >::Error>