VahidN / EFCoreSecondLevelCacheInterceptor

EF Core Second Level Cache Interceptor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There my be a bug?

jrlygdsj opened this issue · comments

Hi:
when i debug to the class DbCommandInterceptorProcessor,the method ShouldSkipProcessing( ) always return true,
is there a bug?

image

If you can debug it, step through it to see what's going on.

tks,i know,i should set AllowCachingWithExplicitTransactions=true

image