0
edarib created
Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version? 10.4.0
- What is your product type (Angular or MVC)? MVC
- What is product framework type (.net framework or .net core)? .net Core
If issue related with ABP Framework
- What is ABP Framework version?
If issue is about UI
- Which theme are you using?
- What are the theme settings?
I am looking for some guidance on using SQL Server Distributed Cache instead of Redis. Has anybody already implemented it?
Thanks,
Ed
1 Answer(s)
-
0
Hi @edarib
I haven't used SQL Server Distributed Cache but you can use a similar implementation we did for Redis, see https://github.com/aspnetboilerplate/aspnetboilerplate/tree/dev/src/Abp.RedisCache.
This implementation basically replaces ICacheManager with Redis implementation, https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.RedisCache/Runtime/Caching/Redis/RedisCacheConfigurationExtensions.cs#L26