Advanced Alchemy Caching

Design cache-aware Advanced Alchemy usage, including deterministic read paths, SQLAlchemy statement-cache-safe custom type configuration, and framework-level response caching around repository and service queries. Use when repeated read workloads need performance tuning without corrupting data semantics, or when custom types or filters interfere with cacheability. Do not use as a substitute for correctness in repository or service design.

alti3 2d5347a 2 files · 2.6 KB Updated

File contents

alti3/litestar-skills/tree/main/plugins/advanced-alchemy/skills/advanced-alchemy-caching commit 2d5347ad4b

Frequently asked questions

npx skillmds@latest add alti3/advanced-alchemy-caching