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 #net-core
Where caching belongs in a BFF architecture, how to avoid stale-data bugs, and cache invalidation patterns.

Standing up the BFF service, aggregating upstream calls, shaping responses, and handling errors with real code.

Your frontend has outgrown the API it was given.
