cache_design_strategy
Create a caching strategy by specifying resources, consistency, and read/write ratio to get TTL policies, cache layers, and eviction rules.
Instructions
Design a caching strategy with TTL policies, cache layers, and eviction rules
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| resources | Yes | Resources/entities to cache (e.g. 'user-profiles', 'product-catalog') | |
| consistency | No | Consistency requirement | eventual |
| read_write_ratio | No | Expected read/write ratio | read-heavy |