#cache

Posts tagged with this topic.

Dynamics CRM Plugin: Caching using Azure Redis Cache

Jun 2, 2021

One of the most common questions that we as Developers face is about caching the data. On the previous version (on-premise) of Dynamics, when we get a task to cache some data, we will use MemoryCache class. But in the cloud version, because we can't directly access the Server,...