Expand description
Enterprise-grade configuration management with advanced caching, performance optimizations,
and multi-instance support. Provides thread-safe caching with Arc<RwLock>
for high-concurrency
environments and sub-50ns access times for cached values.
Modules§
- direct
- Direct parsing functions for maximum performance These bypass the caching layer for one-time parsing
Structs§
- Config
Manager - Configuration manager for multiple instances
- Enterprise
Config - Enterprise-grade configuration manager with multi-tier caching and access control