Closed alexandruantochi closed 1 month ago
In-memory cache in Azure Functions is tied to the lifecycle of the function instance. When an instance is idle for a certain period or scales down, the in-memory cache is lost. We can leverage this in cases of multiple calls in the same timespan.
In-memory cache in Azure Functions is tied to the lifecycle of the function instance. When an instance is idle for a certain period or scales down, the in-memory cache is lost. We can leverage this in cases of multiple calls in the same timespan.