Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (4k points)
Can server's in memory cache be used in Azure?

1 Answer

0 votes
by (9.6k points)
edited by

There is an option of using Microsoft.Extensions.Caching.Memory to store the data and reducing the amount of storage space. However, the space to be used will be way lesser than the one that follows the memory size on the Azure App service. This is usually restricted by a limit as given by Microsoft for its multiple layers. 

You can access the Microsoft documentation for the same from here: https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.caching.memory.memorycache?view=dotnet-plat-ext-3.1

Related questions

0 votes
1 answer
asked Jan 31, 2020 in Azure by tusharsharma (4k points)
0 votes
1 answer
0 votes
1 answer

Browse Categories

...