pub async fn warm_cache(
memory: &Arc<SelfLearningMemory>,
config: &CacheWarmingConfig,
) -> Result<()>Expand description
Warm the cache by pre-loading recent episodes and common query patterns
This method performs cache warming to improve initial query performance by:
- Pre-loading recent episodes into cache
- Pre-computing common query patterns
- Warming up pattern extraction and retrieval systems