Expand description
ML-ready structured logging for cache operations.
This module provides comprehensive structured logging suitable for machine learning training and analysis. All cache operations emit JSON-formatted logs with rich metadata for correlation and analysis.
Structs§
- Cache
Event - Structured cache event for ML training.
- MLLogging
Config - Configuration for ML-ready structured logging.
Enums§
- Cache
Event Type - Types of cache events that can be logged.
Functions§
- hash_
key - Hashes a cache key using SHA-256 for privacy.
- log_
cache_ operation - Helper to log a simple cache operation.