Skip to main content

CacheName

Type Alias CacheName 

Source
pub type CacheName = &'static str;
Expand description

Type alias for cache names used in telemetry.

A static reference is used so that names can be embedded in telemetry fields (tracing events, handler callbacks) without allocating on every cache operation.