关于
This skill provides comprehensive guidance for implementing sophisticated caching architectures across the stack, from local application memory to global CDN edges. It helps developers design efficient caching layers using Redis or Memcached, select appropriate patterns like Cache-Aside or Write-Behind, and implement robust invalidation strategies to prevent stale data. By incorporating performance metrics, thundering herd prevention, and circuit breaker logic, it ensures that your caching layer remains resilient and high-performing under heavy load.