revocation
Module: sidecar::revocation
Section titled “Module: sidecar::revocation”Contents
Section titled “Contents”Structs
RevocationConfig- TOML-facing revocation cache config.
firma_config_schema::sidecar::revocation::RevocationConfig
Section titled “firma_config_schema::sidecar::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
- Serialize
fn serialize<__S>(self: &Self, __serializer: __S) -> _serde::__private228::Result<<__S as >::Ok, <__S as >::Error>
- Clone
fn clone(self: &Self) -> RevocationConfig
- Deserialize
fn deserialize<__D>(__deserializer: __D) -> _serde::__private228::Result<Self, <__D as >::Error>
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result