Caching in .NET with MemoryCache #50
Replies: 4 comments 3 replies
-
|
Hi Steven, great post. I just wanted to point out that in the Expiration window section, right above the first image, these two sentences should probably be a single sentence: To overcome that the IMemoryCache offers us an overload where we can. Pass in some additional options. |
Beta Was this translation helpful? Give feedback.
-
|
Great article, thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Great article. Could you give an example of how we can use it in .net maui. How to declare in maui program, and how we would call it to use in code |
Beta Was this translation helpful? Give feedback.
-
|
Hello. I assume we should prevent several calls to backend if several requests came with the same Id while there is no caching data. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Caching in .NET with MemoryCache
In this blog post, we will discuss how we can "cache" entries from the database. We will talk about why we would do this in the first place and how to achieve that.
Also, we will talk about some implications and what "cache invalidation" is.
https://steven-giesel.com/blogPost/b355a042-2c5b-4d96-b1ca-a9dc0fc23509
Beta Was this translation helpful? Give feedback.
All reactions