Intent.EntityFrameworkCore.SecondLevelCaching
This module adds second level caching to Entity Framework Core through use of the EFCoreSecondLevelCacheInterceptor library, refer to EFCoreSecondLevelCacheInterceptor's README for full information.
A custom cache provider is generated using IDistributedCache
as the underlying cache provider.