Skip to main content

Module advanced_caching_worker

Module advanced_caching_worker 

Source
Expand description

Background worker, cache warmer, and cache analyzer for the advanced caching system.

Contains:

  • BackgroundCacheWorker โ€” periodic maintenance thread
  • CacheWarmer โ€” pre-populate cache from data or generators
  • CacheAnalyzer / CacheAnalysisReport โ€” performance analysis and recommendations

Structsยง

BackgroundCacheWorker
Background cache worker for maintenance tasks
CacheAnalysisReport
CacheAnalyzer
Advanced cache analytics and optimization recommendations
CacheWarmer
Cache warming utilities