Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 313 Bytes

File metadata and controls

9 lines (6 loc) · 313 Bytes

Main page

Introduction

To setup caching, in your Module setup, use the extension method UseDistributedCache. Note that MemoryDistributedCache is just an example. In a production senario, you may choose something like Azure Redis.

builder.UseDistributedCache<MemoryDistributedCache>();