aa-cache
In-process L1 cache wrapper (DashMap + TTL + stampede protection) for the Agent Assembly storage traits.
Wraps any storage backend behind an in-process DashMap with a configurable TTL
and per-key stampede protection, so policy lookups on the tool-call critical path
hit memory instead of crossing the network to Postgres or the gateway. The wrapped
store is abstracted by the CacheSource trait, so the cache is agnostic to what it
fronts.
Part of Agent Assembly — documentation · monorepo.