Use a generic ICache interface for caching implementation#58
Use a generic ICache interface for caching implementation#58kaykaul wants to merge 2 commits intomoozzyk:masterfrom
Conversation
|
Thanks for your pull request. Unfortunately, this issue is lacking details that would explain why this change is needed. In addition, the |
|
@moozzyk Thanks for replying. I'll share the exception I got when I used Newtonsoft.Json serializer, I don't have that at the moment. Wrt. me changing ICache interface by removing InvalidateItem I'm also handling the case where other library users can still use ICache as I'm handling here when getting the item from cache. Also, I see that DacheCache is flagging itself as archived. EFCache.Redis I believe is not in active development and they're using Binaryformatter serializer which Microsoft doesn't recommend to use nowadays due to security reasons. See here |
|
I am not interested in breaking the interface, sorry. Looking at the exception it seems you didn't return the object you were given.You got an object the Realistically, EF6 is a legacy product at this point and I may push a new version only in case of a severe issue. If you need your changes feel free to fork the repo and build a private package with whatever functionality you need. |
|
@moozzyk No worries, Thanks for your time. Really appreciate all your efforts 😊 |


Motivation:
I've taken careful measures to not break previous library version.
Request to accept the change or provide comments for improvement.