Expand description
Data pipeline with LRU caching
Async data processing with TTL-based cache eviction and parallel batch support.
Structs§
- Cache
Stats - Cache statistics
- Cached
Data - Cached data entry with TTL
- Concurrent
Cache - Concurrent cache using DashMap for high-throughput scenarios
- Data
Cache - LRU cache for data sources
- Data
Pipeline - Data pipeline for async processing
- Negative
Cache Entry - Negative cache entry - remembers that something was not found
- Parallel
Pipeline - High-performance parallel data pipeline
Enums§
- Cache
Result - Result of a cache lookup