Closed YodasMyDad closed 3 months ago
Currently the queries are just run directly on the DB/EF Core via Mediatr.
Look at an option to have cached queries, maybe do our own with memory caching, have cached bool on the command?
EF Core Query Caching? (https://www.nuget.org/packages/Z.EntityFramework.Plus.EFCore/) Does this auto clear?
Also this any good?
https://codewithmukesh.com/blog/caching-with-mediatr-in-aspnet-core/
Currently the queries are just run directly on the DB/EF Core via Mediatr.
Look at an option to have cached queries, maybe do our own with memory caching, have cached bool on the command?
EF Core Query Caching? (https://www.nuget.org/packages/Z.EntityFramework.Plus.EFCore/) Does this auto clear?
Also this any good?
https://codewithmukesh.com/blog/caching-with-mediatr-in-aspnet-core/