Skip to main content

Module pipeline

Module pipeline 

Source
Expand description

Data pipeline with LRU caching

Async data processing with TTL-based cache eviction and parallel batch support.

Structs§

CacheStats
Cache statistics
CachedData
Cached data entry with TTL
ConcurrentCache
Concurrent cache using DashMap for high-throughput scenarios
DataCache
LRU cache for data sources
DataPipeline
Data pipeline for async processing
NegativeCacheEntry
Negative cache entry - remembers that something was not found
ParallelPipeline
High-performance parallel data pipeline

Enums§

CacheResult
Result of a cache lookup