EFCoreSecondLevelCacheInterceptor:EF核心二级缓存拦截器 源码
EF Core 3.1.x和5.x二级缓存拦截器 实体框架核心3.1.x和5.x二级缓存库 二级缓存是查询缓存。 EF命令的结果将存储在缓存中,以便相同的EF命令将从缓存中检索其数据,而不是再次对数据库执行它们。 通过NuGet安装 要安装EFCoreSecondLevelCacheInterceptor,请在程序包管理器控制台中运行以下命令: PM > Install-Package EFCoreSecondLevelCacheInterceptor 您也可以在NuGet上查看。 用法( 和是强制性的) 1- : 使用内置的内存中缓存提供程序 namespace EFCoreSecond
文件列表
EFCoreSecondLevelCacheInterceptor:EF核心二级缓存拦截器
(预估有个205文件)
update-dependencies.bat
207B
tag-it.bat
79B
_1-dotnet_pack.bat
28B
_0-restore.bat
52B
_1-dotnet_test.bat
17B
_0-restore.bat
52B
_PerformanceTest.bat
132B
_1-dotnet_run.bat
16B
_0-restore.bat
52B
_1-dotnet_run.bat
16B
暂无评论