B Search Erros
Return Home
Newest questions tagged c# - Stack Overflow

What is best practice to use second caching layer with Redis to use it in service layer with ApiControllers?

I've started pet-project recently and created generic RedisService to use for caching, but I found problem that redis isn't good way to storing anomyous user data, if he revisists the webapp for like 5 minutes, and I'm c

View original source