Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 442 Bytes

Infrastructure-Core-Mvc-Caching.md

File metadata and controls

10 lines (6 loc) · 442 Bytes

Caching And Redis Cache

ASP.NET Zero uses in-memory caching but it's ready to use Redis as cache server. If you want to enable it, just uncomment the following line in your WebCoreModule (in your .Web.Core project):

Configuration.Caching.UseRedis(...);

Redis server should be up & running to be able to use it. See caching documentation for more information.