pub const CACHE_TTL_DAYS: u64 = 30;
How long a cached LLM response stays valid, and how large the store may grow. Documented tunables rather than magic numbers at the call site.