no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
Memory Cache
Using a Memory Cache with .NET Lambda Functions
Even though Lambda functions are “serverless”, and even though there is no guarantee how long a function will remain “warm” for, you might still get good use out of a memory cache.
Jul 14, 2022
#
dotNet6
,
AWS Lambda
,
AWS
,
Memory Cache
,
Caching
,
Function URLs
,
Function as a Service
A Simple Example of Using the Memory Cache in .NET 6 with API Endpoints
I have used the Microsoft memory cache many times in the past, but didn’t know how to use it with .NET 6 endpoints, so here is a blog post that should save you a little time if you haven’t done it before.
Jun 27, 2022
#
dotNet6
,
Caching
,
Memory Cache
,
DI
,
Minimal API
Cite
×