// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//! Cache telemetry integration with OpenTelemetry.
//!
//! This module provides telemetry recording for cache operations using
//! OpenTelemetry metrics and logs. Use [`TelemetryConfig`] to configure
//! logging and metrics for your cache.
pub
pub
pub
pub
pub
pub use CacheTelemetry;
pub use ;
pub use TelemetryConfig;