返回 Skill 列表
extension
分类: 开发与工程无需 API Key

caching-strategy-helper

推荐缓存策略和失效模式。当中级开发人员需要性能指导时使用。

person作者: jakexiaohubgithub

Caching Strategy Helper

Purpose

Recommend caching strategies and invalidation patterns.

Inputs to request

  • Hot paths and read/write ratios.
  • Freshness and consistency requirements.
  • Traffic patterns and cache budgets.

Workflow

  1. Identify hot paths, read/write ratios, and freshness needs.
  2. Recommend cache type and eviction policy.
  3. Outline invalidation triggers and metrics.

Output

  • Caching plan with risks and metrics.

Quality bar

  • Clarify stale data tolerances.
  • Include cache hit metrics to validate.