EFSecondLevelCache.Core
EFSecondLevelCache.Core copied to clipboard
Entity Framework Core Second Level Caching Library
EF Core 3x introduces the interceptors concept. By using them we can watch for the specific queries which are `tagged` as `Cachable` (using the standard `TagWith` method) and then cache...
# Summary of the issue Calling `Include` on an `EFCachedDbSet` does not include the property as expected. ## Environment ``` .NET Core SDK version: 3.1.1 (latest stable) Microsoft.EntityFrameworkCore version: 3.1.1...
# Summary of the issue First call insert the value into redis successfully but the second one always display the below error; "Could not load type 'Castle.Proxies.OrganizationProxy, DynamicProxyGenAssembly2, Version=0.0.0.0, Culture=neutral,...