VahidN / EFSecondLevelCache.Core

Entity Framework Core Second Level Caching Library
Apache License 2.0
326 stars 50 forks source link

How can I Cache SP's with EFSecondLevelCache lib #18

Closed amir3164 closed 6 years ago

amir3164 commented 6 years ago

Hi! I am using EFSecondLevelCache and it's working thanks. I am using SP's in EF I want to cache SP's with EFSecondLevelCache ? Is this possible?

string Result = string.Format("exec Get_BinaryImg_By_UserId9600 @IdUser = {0}", Userid );
GetBinaryImg _Result = DataSQLHelper.ExecSQL<GetBinaryImg>(Result, _context).ToList()[0]; 
VahidN commented 6 years ago

You can't.

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related problems.