Caching in the BFF: In-Memory, Redis & Response Caching
Where caching belongs in a BFF architecture, how to avoid stale-data bugs, and cache invalidation patterns.
Apr 18, 202618 min read26

Search for a command to run...
Articles tagged with #aspnetcore
Where caching belongs in a BFF architecture, how to avoid stale-data bugs, and cache invalidation patterns.

A layered testing strategy for the BFF. WebApplicationFactory for integration tests, Pact for consumer-driven contract testing with Vue.
