VahidN / EFSecondLevelCache.Core

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

Request support for Find / FindAsync #8

Closed szavoda closed 7 years ago

szavoda commented 7 years ago

Request functionality to support Find / FindAsync calls. When using a Generic Repository pattern, I use these functions to retrieve a record by Id where the Id is of type Object.

VahidN commented 7 years ago

Implemented via https://github.com/VahidN/EFSecondLevelCache.Core/commit/530ef43fa3f8dabbaf44829da6d9ac9f874fe0b2

PM> update-package
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.