aa-cache 0.0.1-rc.2

In-process L1 cache wrapper (DashMap + TTL + stampede protection) for the Agent Assembly storage traits
Documentation

aa-cache

In-process L1 cache wrapper (DashMap + TTL + stampede protection) for the Agent Assembly storage traits.

crates.io docs.rs License

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 Assemblydocumentation · monorepo.