Skip to content

Request: Add caching for ExecuteQuery and ExecuteQuery<TEntity> #522

@BieleckiLtd

Description

@BieleckiLtd
var users = connection.ExecuteQuery<User>("SELECT * FROM [dbo].[Users];");
var users = connection.ExecuteQuery<User>("SELECT * FROM [dbo].[Users];", cache: Cache, cacheKey: "AllUsers"); // no overload

Metadata

Metadata

Assignees

Labels

deployedFeature or bug is deployed at the current releaseenhancementNew feature or requestfixedThe bug, issue, incident has been fixed.priorityTop priority feature or things to dorequestA request from the community.todoThings to be done in the future

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions