Relative Content

Tag Archive for .netcachingdistributed.net-4.7.2

Distributed SQL Caching in .Net 4.7.2

Has anyone used distributed SQL caching in .Net 4.7.2 ? I have seen many sample code for SQL caching with .Net Core but not with .Net Framework 4.7.2.
We are currently using Redis cache in the application and I am looking for a Redis replacement.
The content size of the data I want to cache is less than 512 MB.

Distributed SQL Caching in .Net 4.7.2

Has anyone used distributed SQL caching in .Net 4.7.2 ? I have seen many sample code for SQL caching with .Net Core but not with .Net Framework 4.7.2.
We are currently using Redis cache in the application and I am looking for a Redis replacement.
The content size of the data I want to cache is less than 512 MB.