Files
shop/doc/core/cache/features.md
Marek Lenczewski bf6f5456d6 update
2026-04-18 07:41:09 +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