Files
shop/doc/core/cache/features.md
2026-04-19 19:22:36 +02:00

257 B

  • cache
    • shared read-store / cache client (Redis today)
    • backend writes, frontend reads
    • apps keep the cache in sync via event handlers (projectors), not the core client
    • room for growth: CacheProvider abstraction so the read-store becomes swappable